Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h603 bool isGuaranteedToExecuteForEveryIteration(const Instruction *I,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMustExecute.cpp414 isGuaranteedToExecuteForEveryIteration(&I, L); in isMustExecuteIn()
H A DValueTracking.cpp5675 bool llvm::isGuaranteedToExecuteForEveryIteration(const Instruction *I, in isGuaranteedToExecuteForEveryIteration() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp660 if (!isGuaranteedToExecuteForEveryIteration(GEPUserInst, in checkOverflow()