HomeSort by: relevance | last modified time | path
    Searched defs:pred_size (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CFG.h 124 inline unsigned pred_size(const BasicBlock *BB) { function in namespace:llvm
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 200 unsigned pred_size() const { return Preds.size(); } function in class:clang::ento::ExplodedNode
207 return (pred_size() == 1);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 328 unsigned pred_size() const { function in class:llvm::MachineBasicBlock

Completed in 47 milliseconds