Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStatsIR.cpp23 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStatsIR.h32 class LLVM_ABI DroppedVariableStatsIR : public DroppedVariableStats {
34 DroppedVariableStatsIR(bool DroppedVarStatsEnabled) in DroppedVariableStatsIR() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h614 DroppedVariableStatsIR DroppedStatsIR;
/freebsd/lib/clang/libllvm/
H A DMakefile911 SRCS_MIN+= IR/DroppedVariableStatsIR.cpp