Searched refs:PassLevel (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStatsIR.cpp | 66 StringRef PassLevel) { in calculateDroppedVarStatsOnFunction() argument 71 PassLevel, Func); in calculateDroppedVarStatsOnFunction() 83 StringRef PassLevel) { in calculateDroppedVarStatsOnModule() argument 85 calculateDroppedVarStatsOnFunction(&F, PassID, FuncOrModName, PassLevel); in calculateDroppedVarStatsOnModule()
|
| H A D | DroppedVariableStats.cpp | 43 StringRef FuncOrModName, StringRef PassLevel, const Function *Func) { in calculateDroppedStatsAndPrint() argument 63 llvm::outs() << PassLevel << ", " << PassID << ", " << DroppedCount << ", " in calculateDroppedStatsAndPrint()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DroppedVariableStatsIR.h | 59 StringRef PassLevel); 71 StringRef PassLevel);
|
| H A D | DroppedVariableStats.h | 81 StringRef FuncOrModName, StringRef PassLevel, const Function *Func);
|