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.cpp2360 SmallPtrSet<Value *, 4> InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors() local
2368 InstructionsProfitableToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
2381 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()
2397 InstructionsProfitableToSink.erase(I); in SinkCommonCodeFromPredecessors()
2401 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()