Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp350 SmallPtrSet<Instruction *, 10> InstsToCheck; in isSafeToMoveBefore() local
351 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore()
353 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore()
358 if (llvm::any_of(InstsToCheck, [](Instruction *I) { in isSafeToMoveBefore()
377 if (llvm::any_of(InstsToCheck, [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()