Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2031 int ScanIdx = 0; in SinkCommonCodeFromPredecessors() local
2040 ++ScanIdx; in SinkCommonCodeFromPredecessors()
2045 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2081 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2098 if (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2100 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2118 ScanIdx = Idx; in SinkCommonCodeFromPredecessors()
2127 if (ScanIdx == 0) in SinkCommonCodeFromPredecessors()
2141 while (Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
2174 for (; SinkIdx != ScanIdx; ++SinkIdx) { in SinkCommonCodeFromPredecessors()