Defined in 23 files as a member:
- contrib/llvm-project/clang/lib/CodeGen/CGAtomic.cpp, line 41 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h, line 40 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h, line 139 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h, line 606 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h, line 1325 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/CFGPrinter.h, line 56 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h, line 70 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h, line 98 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h, line 241 (as a member)
- contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h, line 151 (as a member)
- contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/JumpThreading.h, line 82 (as a member)
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeExtractor.h, line 91 (as a member)
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h, line 106 (as a member)
- contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h, line 146 (as a member)
- contrib/llvm-project/llvm/lib/CodeGen/CodeGenPrepare.cpp, line 278 (as a member)
- contrib/llvm-project/llvm/lib/CodeGen/CodeGenPrepare.cpp, line 2991 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineInternal.h, line 333 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/CFGMST.h, line 283 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp, line 401 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp, line 395 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp, line 1062 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp, line 266 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp, line 592 (as a member)
Defined in 2 files as a enumerator:
Referenced in 67 files:
- contrib/llvm-project/clang/lib/CodeGen/CGAtomic.cpp
- contrib/llvm-project/clang/lib/CodeGen/CGCall.cpp
- contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h
- contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
- contrib/llvm-project/llvm/include/llvm/Analysis/CFGPrinter.h
- contrib/llvm-project/llvm/include/llvm/Analysis/HeatUtils.h, line 30
- contrib/llvm-project/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h
- contrib/llvm-project/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h
- contrib/llvm-project/llvm/include/llvm/Analysis/ProfileSummaryInfo.h
- contrib/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfo.h
- contrib/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
- contrib/llvm-project/llvm/include/llvm/CodeGen/BasicTTIImpl.h
- contrib/llvm-project/llvm/include/llvm/CodeGen/MachineSizeOpts.h, line 29
- contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h, line 434
- contrib/llvm-project/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h, line 269
- contrib/llvm-project/llvm/include/llvm/CodeGen/TargetLowering.h, line 1142
- contrib/llvm-project/llvm/include/llvm/IR/Function.h
- contrib/llvm-project/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h, line 49
- contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h, line 130
- contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/JumpThreading.h, line 107
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h, line 386
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h, line 141
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SizeOpts.h
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/UnrollLoop.h, line 136
- contrib/llvm-project/llvm/lib/Analysis/BlockFrequencyInfo.cpp
- contrib/llvm-project/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
- contrib/llvm-project/llvm/lib/Analysis/CFGPrinter.cpp
- contrib/llvm-project/llvm/lib/Analysis/HeatUtils.cpp
- contrib/llvm-project/llvm/lib/Analysis/InlineCost.cpp
- contrib/llvm-project/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
- contrib/llvm-project/llvm/lib/Analysis/OptimizationRemarkEmitter.cpp
- contrib/llvm-project/llvm/lib/Analysis/ProfileSummaryInfo.cpp
- contrib/llvm-project/llvm/lib/Analysis/TargetTransformInfo.cpp
- contrib/llvm-project/llvm/lib/CodeGen/CodeGenPrepare.cpp
- contrib/llvm-project/llvm/lib/CodeGen/ExpandMemCmp.cpp
- contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
- contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
- contrib/llvm-project/llvm/lib/CodeGen/SwitchLoweringUtils.cpp
- contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp
- contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
- contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp, line 4279
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
- contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp
- contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
- contrib/llvm-project/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
- contrib/llvm-project/llvm/lib/Transforms/IPO/PartialInlining.cpp
- contrib/llvm-project/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp
- contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp, line 4432
- contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
- contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/CFGMST.h
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/CGProfile.cpp
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
- contrib/llvm-project/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
- contrib/llvm-project/llvm/lib/Transforms/Scalar/JumpThreading.cpp
- contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
- contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopSink.cpp
- contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
- contrib/llvm-project/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
- contrib/llvm-project/llvm/lib/Transforms/Utils/CodeExtractor.cpp
- contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
- contrib/llvm-project/llvm/lib/Transforms/Utils/SizeOpts.cpp
- contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp