reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1009 if (skipFunction(F) || DisableCGP) 1017 ST = &TM.getSubtarget<ARMSubtarget>(F); 1019 LLVM_DEBUG(dbgs() << "ARM CGP: Running on " << F.getName() << "\n"); 1022 for (BasicBlock &BB : F) { 1043 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) { 1044 dbgs() << F; 1049 LLVM_DEBUG(dbgs() << "After ARMCodeGenPrepare: " << F << "\n");