Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h253 inline bool succ_empty(const Instruction *I) { in succ_empty() function
278 inline bool succ_empty(const BasicBlock *BB) { in succ_empty() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
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
/external/llvm/include/llvm/IR/
DCFG.h132 inline bool succ_empty(const BasicBlock *BB) { in succ_empty() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h180 bool succ_empty() const { return Succs.empty(); } in succ_empty() function
/external/clang/include/clang/Analysis/
DCFG.h552 bool succ_empty() const { return Succs.empty(); } in succ_empty() function