Searched refs:InstsToCheck (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 135 SmallPtrSet<Instruction *, 10> InstsToCheck; in isSafeToMoveBefore() local 136 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore() 138 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore() 143 if (std::any_of(InstsToCheck.begin(), InstsToCheck.end(), in isSafeToMoveBefore() 163 if (std::any_of(InstsToCheck.begin(), InstsToCheck.end(), in isSafeToMoveBefore()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 350 SmallPtrSet<Instruction *, 10> InstsToCheck; in isSafeToMoveBefore() local 351 collectInstructionsInBetween(StartInst, EndInst, InstsToCheck); in isSafeToMoveBefore() 353 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore() 358 if (std::any_of(InstsToCheck.begin(), InstsToCheck.end(), in isSafeToMoveBefore() 378 if (std::any_of(InstsToCheck.begin(), InstsToCheck.end(), in isSafeToMoveBefore()
|