Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h96 inline bool pred_empty(const BasicBlock *BB) { in pred_empty() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h183 bool pred_empty() const { return Preds.empty(); } in pred_empty() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h557 bool pred_empty() const { return Preds.empty(); } in pred_empty() function