Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2296 SmallPtrSet<Value *, 4> InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors() local
2304 InstructionsProfitableToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
2317 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()
2333 InstructionsProfitableToSink.erase(I); in SinkCommonCodeFromPredecessors()
2337 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()