Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2421 int ScanIdx = 0; in sinkCommonCodeFromPredecessors() local
2429 ++ScanIdx; in sinkCommonCodeFromPredecessors()
2434 if (ScanIdx == 0) in sinkCommonCodeFromPredecessors()
2491 while (Idx < ScanIdx) { in sinkCommonCodeFromPredecessors()
2508 if (Idx < ScanIdx) { in sinkCommonCodeFromPredecessors()
2510 ScanIdx = Idx; in sinkCommonCodeFromPredecessors()
2530 ScanIdx = Idx; in sinkCommonCodeFromPredecessors()
2539 if (ScanIdx == 0) in sinkCommonCodeFromPredecessors()
2555 while (Idx < ScanIdx) { in sinkCommonCodeFromPredecessors()
2589 for (; SinkIdx != ScanIdx; ++SinkIdx) { in sinkCommonCodeFromPredecessors()