reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 2140   if (!matchBCmpLoopStructure(CmpLoop))
 2144   if (!matchBCmpOfLoads(CmpLoop.BCmpValue, CmpOfLoads))
 2147   if (!recognizeBCmpLoopControlFlow(CmpOfLoads, CmpLoop))
 2150   BCmpInst = cast<ICmpInst>(CmpLoop.BCmpValue);        // FIXME: is there no
 2151   LatchCmpInst = cast<CmpInst>(CmpLoop.LatchCmpValue); // way to combine