Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1736 SmallPtrSet<Value*,4> InstructionsToSink; in SinkCommonCodeFromPredecessors() local
1743 InstructionsToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors()
1752 if (InstructionsToSink.count(V) == 0) in SinkCommonCodeFromPredecessors()