Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h76 bool isReachedBefore(const Instruction *I0, const Instruction *I1,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp335 if (isReachedBefore(&I, &InsertPoint, &DT, PDT)) in isSafeToMoveBefore()
340 if (isReachedBefore(&InsertPoint, &I, &DT, PDT)) in isSafeToMoveBefore()
467 bool llvm::isReachedBefore(const Instruction *I0, const Instruction *I1, in isReachedBefore() function in llvm