Home
last modified time | relevance | path

Searched refs:FuncOrModName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStatsIR.cpp65 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 DDroppedVariableStats.cpp43 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 DDroppedVariableStatsIR.h58 StringRef FuncOrModName,
70 StringRef FuncOrModName,
H A DDroppedVariableStats.h81 StringRef FuncOrModName, StringRef PassLevel, const Function *Func);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp45 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 DDroppedVariableStatsMIR.h44 StringRef FuncOrModName);