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

References

lib/IR/LegacyPassManager.cpp
 1615   if (F.isDeclaration())
 1619   Module &M = *F.getParent();
 1629     FunctionSize = F.getInstructionCount();
 1632   llvm::TimeTraceScope FunctionScope("OptFunction", F.getName());
 1640     dumpPassInfo(FP, EXECUTION_MSG, ON_FUNCTION_MSG, F.getName());
 1646       PassManagerPrettyStackEntry X(FP, F);
 1648       LocalChanged |= FP->runOnFunction(F);
 1650         unsigned NewSize = F.getInstructionCount();
 1658                                       FunctionToInstrCount, &F);
 1667       dumpPassInfo(FP, MODIFICATION_MSG, ON_FUNCTION_MSG, F.getName());
 1674     removeDeadPasses(FP, F.getName(), ON_FUNCTION_MSG);