Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2243 SmallPtrSet<Value*,4> InstructionsToSink; in SinkCommonCodeFromPredecessors() local
2250 InstructionsToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
2269 if (!InstructionsToSink.contains(V)) in SinkCommonCodeFromPredecessors()
2317 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()
2337 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()