Searched defs:isExit (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ | ||
H A D | SampleProfileInference.h | 39 bool isExit() const { return SuccJumps.empty(); } in isExit() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | RegionIterator.h | 101 inline bool isExit(BlockT* BB) const { in isExit() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | Verifier.cpp | 281 const bool isExit = !seen.insert(top).second; verifyOperation() local |
/llvm-project/polly/include/polly/ | ||
H A D | ScopInfo.h | 2114 bool isExit(BasicBlock *BB) const { return getExit() == BB; } isExit() function |
/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | SampleProfile.cpp | 598 inline bool SampleProfileInference<Function>::isExit(const BasicBlock *BB) { isExit() function in llvm::SampleProfileInference |
/llvm-project/llvm/lib/Transforms/ObjCARC/ | ||
H A D | ObjCARCOpts.cpp | 323 bool isExit() const { return Succs.empty(); } isExit() function in __anonac71025e0111::BBState |