Searched refs:DroppedVariableStatsMIR (Results 1 – 4 of 4) sorted by relevance
19 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()
102 DroppedVariableStatsMIR DroppedVarStatsMF; in runOnFunction()
26 class LLVM_ABI DroppedVariableStatsMIR : public DroppedVariableStats {28 DroppedVariableStatsMIR() : DroppedVariableStats(false) {} in DroppedVariableStatsMIR() function
280 SRCS_MIN+= CodeGen/DroppedVariableStatsMIR.cpp