Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp255 DenseMap<Instruction *, int>::iterator J1I = PossibleRedIdx.find(J1); in isPairInSame() local
256 if (J1I != PossibleRedIdx.end()) { in isPairInSame()
258 if (J2I != PossibleRedIdx.end() && J1I->second == J2I->second) in isPairInSame()