Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1749 SmallPtrSet<Value*,4> InstructionsToSink; in SinkCommonCodeFromPredecessors() local
1756 InstructionsToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
1765 if (InstructionsToSink.count(V) == 0) in SinkCommonCodeFromPredecessors()