Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2063 int ScanIdx = 0; in SinkCommonCodeFromPredecessors() local
2072 ++ScanIdx; in SinkCommonCodeFromPredecessors()
2077 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2118 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2135 if (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2137 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2157 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2166 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2182 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2216 for (; SinkIdx != ScanIdx; ++SinkIdx) { in SinkCommonCodeFromPredecessors()