Searched refs:DroppedVariableStatsIR (Results 1 – 4 of 4) sorted by relevance
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()[all …]
32 class LLVM_ABI DroppedVariableStatsIR : public DroppedVariableStats {34 DroppedVariableStatsIR(bool DroppedVarStatsEnabled) in DroppedVariableStatsIR() function
614 DroppedVariableStatsIR DroppedStatsIR;
911 SRCS_MIN+= IR/DroppedVariableStatsIR.cpp