Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h615 bool isGuaranteedToExecuteForEveryIteration(const Instruction *I,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp404 isGuaranteedToExecuteForEveryIteration(&I, L); in isMustExecuteIn()
H A DValueTracking.cpp5492 bool llvm::isGuaranteedToExecuteForEveryIteration(const Instruction *I, in isGuaranteedToExecuteForEveryIteration() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp633 if (!isGuaranteedToExecuteForEveryIteration(GEPUserInst, in checkOverflow()