Home
last modified time | relevance | path

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

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