Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp183 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock() function in LoopSafetyInfo
251 return allLoopPathsLeadToBlock(CurLoop, Inst.getParent(), DT); in isGuaranteedToExecute()
258 allLoopPathsLeadToBlock(CurLoop, Inst.getParent(), DT); in isGuaranteedToExecute()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMustExecute.h73 bool allLoopPathsLeadToBlock(const Loop *CurLoop, const BasicBlock *BB,