Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2309 SmallPtrSet<Value*,4> InstructionsToSink; in SinkCommonCodeFromPredecessors() local
2315 InstructionsToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
2335 return InstructionsToSink.contains(V); in SinkCommonCodeFromPredecessors()
2381 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()
2401 InstructionsToSink = InstructionsProfitableToSink; in SinkCommonCodeFromPredecessors()