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.cpp2308 int ScanIdx = 0; in SinkCommonCodeFromPredecessors() local
2316 ++ScanIdx; in SinkCommonCodeFromPredecessors()
2321 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2361 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2378 if (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2380 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2400 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2409 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2425 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2459 for (; SinkIdx != ScanIdx; ++SinkIdx) { in SinkCommonCodeFromPredecessors()