Lines Matching defs:transform
9 // This Pass handles loop interchange transform.
80 cl::desc("Minimum depth of loop nest considered for the transform"));
85 cl::desc("Maximum depth of loop nest considered for the transform"));
126 LLVM_DEBUG(dbgs() << "The transform doesn't support more than "
381 bool transform();
566 LIT.transform();
804 // This function indicates the current limitations in the transform as a result
809 // transform currently expects the loop latches to also be the exiting
1032 // transform module.
1034 LLVM_DEBUG(dbgs() << "Not legal because of current transform limitation\n");
1321 bool LoopInterchangeTransform::transform() {