Home
last modified time | relevance | path

Searched refs:isGuaranteedToExecuteForEveryIteration (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h580 bool isGuaranteedToExecuteForEveryIteration(const Instruction *I,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp407 isGuaranteedToExecuteForEveryIteration(&I, L); in isMustExecuteIn()
H A DValueTracking.cpp5307 bool llvm::isGuaranteedToExecuteForEveryIteration(const Instruction *I, in isGuaranteedToExecuteForEveryIteration() function in llvm
H A DScalarEvolution.cpp6601 isGuaranteedToExecuteForEveryIteration(I, AddRec->getLoop())) in isSCEVExprNeverPoison()