Searched refs:InstructionsToSink (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1774 SmallPtrSet<Value*,4> InstructionsToSink; local
1781 InstructionsToSink.insert((*LRI).begin(), (*LRI).end());
1790 if (InstructionsToSink.count(V) == 0)
1835 // We can use InstructionsToSink to discount values needing PHI-merging that will

Completed in 66 milliseconds