Searched refs:InstsToCheck (Results 1 – 1 of 1) sorted by relevance
373 SmallPtrSet<Instruction *, 10> InstsToCheck; in isSafeToMoveBefore() local374 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore()376 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore()381 if (llvm::any_of(InstsToCheck, [](Instruction *I) { in isSafeToMoveBefore()400 if (llvm::any_of(InstsToCheck, [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()