Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2242 int ScanIdx = 0; in SinkCommonCodeFromPredecessors() local
2251 ++ScanIdx; in SinkCommonCodeFromPredecessors()
2256 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2297 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2314 if (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2316 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2336 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2345 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2361 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2395 for (; SinkIdx != ScanIdx; ++SinkIdx) { in SinkCommonCodeFromPredecessors()