Home
last modified time | relevance | path

Searched defs:succ_empty (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DCFG.h255 inline bool succ_empty(const Instruction *I) { in succ_empty() function
280 inline bool succ_empty(const BasicBlock *BB) { in succ_empty() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h200 bool succ_empty() const { return Succs.empty(); } in succ_empty() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h251 bool succ_empty() const { return Successors.empty(); } succ_empty() function
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1003 bool succ_empty() const { return Succs.empty(); } in succ_empty() function