Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2080 SmallPtrSet<Value *, 4> InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors() local
2088 InstructionsProfitableToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
2101 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()
2115 InstructionsProfitableToSink.erase(I); in SinkCommonCodeFromPredecessors()
2119 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()