Home
last modified time | relevance | path

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

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