Home
last modified time | relevance | path

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

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