Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DCFG.h118 inline bool pred_empty(const BasicBlock *BB) { in pred_empty() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h201 bool pred_empty() const { return Preds.empty(); } in pred_empty() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h234 bool pred_empty() const { return Predecessors.empty(); } pred_empty() function
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1006 bool pred_empty() const { return Preds.empty(); } in pred_empty() function