Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h79 bool isReachedBefore(const Instruction *I0, const Instruction *I1,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp337 if (isReachedBefore(&I, &InsertPoint, &DT, PDT)) in isSafeToMoveBefore()
355 if (isReachedBefore(&InsertPoint, &I, &DT, PDT)) in isSafeToMoveBefore()
482 bool llvm::isReachedBefore(const Instruction *I0, const Instruction *I1, in isReachedBefore() function in llvm