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

References

lib/CodeGen/MachineFunctionPass.cpp
   71     CountBefore = MF.getInstructionCount();
   78     CountAfter = MF.getInstructionCount();
lib/CodeGen/MachineOutliner.cpp
 1363     FunctionToInstrCount[F.getName().str()] = MF->getInstructionCount();
 1382     unsigned FnCountAfter = MF->getInstructionCount();