Home
last modified time | relevance | path

Searched refs:DroppedVariableStatsMIR (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp19 void DroppedVariableStatsMIR::runBeforePass(StringRef PassID, in runBeforePass()
27 void DroppedVariableStatsMIR::runAfterPass(StringRef PassID, in runAfterPass()
36 void DroppedVariableStatsMIR::runOnMachineFunction(const MachineFunction *MF, in runOnMachineFunction()
44 void DroppedVariableStatsMIR::calculateDroppedVarStatsOnMachineFunction( in calculateDroppedVarStatsOnMachineFunction()
54 void DroppedVariableStatsMIR::visitEveryInstruction( in visitEveryInstruction()
79 void DroppedVariableStatsMIR::visitEveryDebugRecord( in visitEveryDebugRecord()
H A DMachineFunctionPass.cpp102 DroppedVariableStatsMIR DroppedVarStatsMF; in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDroppedVariableStatsMIR.h26 class LLVM_ABI DroppedVariableStatsMIR : public DroppedVariableStats {
28 DroppedVariableStatsMIR() : DroppedVariableStats(false) {} in DroppedVariableStatsMIR() function
/freebsd/lib/clang/libllvm/
H A DMakefile280 SRCS_MIN+= CodeGen/DroppedVariableStatsMIR.cpp