Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1499 auto BackEdgeIdx = PHI.getBasicBlockIndex(B); in collectPotentialReductions() local
1500 auto IncomingIdx = BackEdgeIdx == 0 ? 1 : 0; in collectPotentialReductions()