Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1748 unsigned ScanIdx = 0; in SinkCommonCodeFromPredecessors() local
1757 ++ScanIdx; in SinkCommonCodeFromPredecessors()
1775 if (ScanIdx > 0 && Cond) { in SinkCommonCodeFromPredecessors()
1784 while (ProfitableToSinkInstruction(LRI) && Idx < ScanIdx) { in SinkCommonCodeFromPredecessors()
1816 for (unsigned SinkIdx = 0; SinkIdx != ScanIdx; ++SinkIdx) { in SinkCommonCodeFromPredecessors()