Lines Matching refs:DroppedVariableStatsIR
23 const IRUnitT *DroppedVariableStatsIR::unwrapIR(Any IR) { in unwrapIR()
28 void DroppedVariableStatsIR::runBeforePass(StringRef P, Any IR) { in runBeforePass()
36 void DroppedVariableStatsIR::runAfterPass(StringRef P, Any IR) { in runAfterPass()
44 void DroppedVariableStatsIR::runAfterPassFunction(StringRef PassID, in runAfterPassFunction()
50 void DroppedVariableStatsIR::runAfterPassModule(StringRef PassID, in runAfterPassModule()
56 void DroppedVariableStatsIR::runOnFunction(StringRef PassID, const Function *F, in runOnFunction()
64 void DroppedVariableStatsIR::calculateDroppedVarStatsOnFunction( in calculateDroppedVarStatsOnFunction()
74 void DroppedVariableStatsIR::runOnModule(StringRef PassID, const Module *M, in runOnModule()
81 void DroppedVariableStatsIR::calculateDroppedVarStatsOnModule( in calculateDroppedVarStatsOnModule()
89 void DroppedVariableStatsIR::registerCallbacks( in registerCallbacks()
104 void DroppedVariableStatsIR::visitEveryInstruction( in visitEveryInstruction()
118 void DroppedVariableStatsIR::visitEveryDebugRecord( in visitEveryDebugRecord()