Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1735 unsigned ScanIdx = 0; in SinkCommonCodeFromPredecessors() local
1744 ++ScanIdx; in SinkCommonCodeFromPredecessors()
1762 if (ScanIdx > 0 && Cond) { in SinkCommonCodeFromPredecessors()
1771 while (ProfitableToSinkInstruction(LRI) && Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
1803 for (unsigned SinkIdx = 0; SinkIdx != ScanIdx; ++SinkIdx) { in SinkCommonCodeFromPredecessors()