Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp360 SmallPtrSet<Instruction *, 10> InstsToCheck; in isSafeToMoveBefore() local
361 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore()
363 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore()
368 if (llvm::any_of(InstsToCheck, [](Instruction *I) { in isSafeToMoveBefore()
387 if (llvm::any_of(InstsToCheck, [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()