Home
last modified time | relevance | path

Searched refs:allLoopPathsLeadToBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp190 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock() function in LoopSafetyInfo
274 return allLoopPathsLeadToBlock(CurLoop, Inst.getParent(), DT); in isGuaranteedToExecute()
281 allLoopPathsLeadToBlock(CurLoop, Inst.getParent(), DT); in isGuaranteedToExecute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h85 bool allLoopPathsLeadToBlock(const Loop *CurLoop, const BasicBlock *BB,