reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 CountBefore = MF.getInstructionCount(); 78 CountAfter = MF.getInstructionCount();lib/CodeGen/MachineOutliner.cpp
1363 FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount(); 1382 unsigned FnCountAfter = MF->getInstructionCount();