Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp275 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame() local
276 if (J2I != PossibleRedIdx.end() && J1I->second == J2I->second) in isPairInSame()