Searched refs:FuncOrModName (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStatsIR.cpp | 65 const Function *F, StringRef PassID, StringRef FuncOrModName, in calculateDroppedVarStatsOnFunction() argument 70 calculateDroppedStatsAndPrint(DbgVariables, FuncName, PassID, FuncOrModName, in calculateDroppedVarStatsOnFunction() 82 const Module *M, StringRef PassID, StringRef FuncOrModName, 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 64 << FuncOrModName << "\n"; in calculateDroppedStatsAndPrint()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DroppedVariableStatsIR.h | 58 StringRef FuncOrModName, 70 StringRef FuncOrModName,
|
| H A D | DroppedVariableStats.h | 81 StringRef FuncOrModName, StringRef PassLevel, const Function *Func);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DroppedVariableStatsMIR.cpp | 45 const MachineFunction *MF, StringRef PassID, StringRef FuncOrModName) { in calculateDroppedVarStatsOnMachineFunction() argument 50 calculateDroppedStatsAndPrint(DbgVariables, FuncName, PassID, FuncOrModName, in calculateDroppedVarStatsOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DroppedVariableStatsMIR.h | 44 StringRef FuncOrModName);
|