Defined in 5 files as a prototype:
Defined in 22 files as a function:
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenModule.h, line 711 (as a function)
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenTypes.h, line 113 (as a function)
- external/apache2/llvm/dist/clang/lib/CodeGen/TargetInfo.cpp, line 214 (as a function)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h, line 85 (as a function)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h, line 92 (as a function)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h, line 118 (as a function)
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h, line 203 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/ScalarEvolution.h, line 1160 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/TargetTransformInfo.h, line 1737 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h, line 48 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h, line 53 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h, line 280 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MachineConstantPool.h, line 124 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAG.h, line 440 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h, line 197 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h, line 68 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/Attributor.h, line 1603 (as a function)
- external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h, line 370 (as a function)
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp, line 227 (as a function)
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineFunction.cpp, line 260 (as a function)
- external/apache2/llvm/dist/llvm/lib/IR/Module.cpp, line 397 (as a function)
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp, line 765 (as a function)
Referenced in 443 files:
- external/apache2/llvm/dist/clang/lib/CodeGen/BackendUtil.cpp, line 1660
- external/apache2/llvm/dist/clang/lib/CodeGen/CGAtomic.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGBlocks.cpp, 4 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGBuilder.h, 6 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGBuiltin.cpp, 8 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGCUDANV.cpp, line 583
- external/apache2/llvm/dist/clang/lib/CodeGen/CGCall.cpp, 27 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGClass.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGDebugInfo.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGDecl.cpp, 7 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGDeclCXX.cpp, line 779
- external/apache2/llvm/dist/clang/lib/CodeGen/CGException.cpp, line 268
- external/apache2/llvm/dist/clang/lib/CodeGen/CGExpr.cpp, 6 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGExprAgg.cpp, line 280
- external/apache2/llvm/dist/clang/lib/CodeGen/CGExprConstant.cpp, 9 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGExprScalar.cpp, 8 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGGPUBuiltin.cpp, line 76
- external/apache2/llvm/dist/clang/lib/CodeGen/CGObjC.cpp, line 1163
- external/apache2/llvm/dist/clang/lib/CodeGen/CGObjCGNU.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGObjCMac.cpp, 26 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp, 9 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGStmt.cpp, 3 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CGVTT.cpp, line 120
- external/apache2/llvm/dist/clang/lib/CodeGen/CGVTables.cpp, line 896
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenFunction.cpp, line 2335
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenFunction.h, line 4822
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenModule.cpp, 4 times
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenModule.h, line 712
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenTypes.cpp, line 647
- external/apache2/llvm/dist/clang/lib/CodeGen/CodeGenTypes.h, line 114
- external/apache2/llvm/dist/clang/lib/CodeGen/ConstantInitBuilder.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/ItaniumCXXABI.cpp, 2 times
- external/apache2/llvm/dist/clang/lib/CodeGen/SwiftCallingConv.cpp, 4 times
- external/apache2/llvm/dist/clang/lib/CodeGen/TargetInfo.cpp, 26 times
- external/apache2/llvm/dist/clang/lib/Interpreter/IncrementalExecutor.cpp, line 43
- external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp, line 75
- external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ExceptionDemo.cpp, line 1925
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp, line 1109
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp, line 1109
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp, line 1109
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp, line 1100
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/toy.cpp, line 556
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/toy.cpp, line 830
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/toy.cpp, line 949
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/toy.cpp, line 1118
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/toy.cpp, line 1327
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp, line 1169
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp, line 920
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp, line 963
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp, line 793
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp, line 1131
- external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp, line 823
- external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp, 2 times
- external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp, line 133
- external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp, line 225
- external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/LLJITWithTargetProcessControl.cpp, line 165
- external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp, 2 times
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/MemorySSA.h, line 1238
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/ScalarEvolution.h, line 1161
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/TargetTransformInfo.h, 3 times
- external/apache2/llvm/dist/llvm/include/llvm/AsmParser/LLParser.h, line 259
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/BasicTTIImpl.h, 2 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h, line 612
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h, line 281
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/TargetLowering.h, line 558
- external/apache2/llvm/dist/llvm/include/llvm/IR/IRBuilder.h, 6 times
- external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/Attributor.h, line 795
- external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h, line 37
- external/apache2/llvm/dist/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp, line 98
- external/apache2/llvm/dist/llvm/lib/Analysis/BasicAliasAnalysis.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Analysis/CFLGraph.h, line 642
- external/apache2/llvm/dist/llvm/lib/Analysis/CaptureTracking.cpp, line 350
- external/apache2/llvm/dist/llvm/lib/Analysis/ConstantFolding.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/DemandedBits.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/DependenceAnalysis.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/GlobalsModRef.cpp, line 987
- external/apache2/llvm/dist/llvm/lib/Analysis/IVDescriptors.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/IVUsers.cpp, line 170
- external/apache2/llvm/dist/llvm/lib/Analysis/InlineCost.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/InstructionSimplify.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Analysis/LazyValueInfo.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Analysis/Lint.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Analysis/Loads.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Analysis/LoopAccessAnalysis.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp, line 84
- external/apache2/llvm/dist/llvm/lib/Analysis/MemDerefPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp, line 884
- external/apache2/llvm/dist/llvm/lib/Analysis/MemoryLocation.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp, line 503
- external/apache2/llvm/dist/llvm/lib/Analysis/MustExecute.cpp, line 144
- external/apache2/llvm/dist/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ScalarEvolution.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Analysis/StackLifetime.cpp, line 96
- external/apache2/llvm/dist/llvm/lib/Analysis/StackSafetyAnalysis.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Analysis/TargetLibraryInfo.cpp, line 1591
- external/apache2/llvm/dist/llvm/lib/Analysis/TargetTransformInfo.cpp, line 1415
- external/apache2/llvm/dist/llvm/lib/Analysis/TypeMetadataUtils.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ValueTracking.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/VectorUtils.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/AsmParser/LLParser.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/BitcodeReader.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/Analysis.cpp, line 700
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AIXException.cpp, line 48
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp, 35 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp, line 137
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp, line 564
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp, line 480
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp, line 79
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp, line 268
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp, line 2453
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp, line 235
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp, line 46
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp, line 27
- external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/WinException.cpp, line 44
- external/apache2/llvm/dist/llvm/lib/CodeGen/AtomicExpandPass.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp, line 33
- external/apache2/llvm/dist/llvm/lib/CodeGen/CodeGenPrepare.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/ExpandMemCmp.cpp, line 881
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp, line 32
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp, line 3078
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp, line 284
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/Utils.cpp, line 619
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalMerge.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/HardwareLoops.cpp, line 227
- external/apache2/llvm/dist/llvm/lib/CodeGen/IndirectBrExpandPass.cpp, line 86
- external/apache2/llvm/dist/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp, line 1261
- external/apache2/llvm/dist/llvm/lib/CodeGen/LowerEmuTLS.cpp, line 96
- external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/MIParser.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/MIRParser.cpp, line 881
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineFunction.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/MachineOperand.cpp, line 1014
- external/apache2/llvm/dist/llvm/lib/CodeGen/SafeStack.cpp, line 891
- external/apache2/llvm/dist/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp, line 944
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp, 48 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp, line 1814
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, 34 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp, 28 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h, line 77
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp, 42 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp, 179 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h, line 641
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp, 60 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SjLjEHPrepare.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/StackMaps.cpp, line 197
- external/apache2/llvm/dist/llvm/lib/CodeGen/StackProtector.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetInstrInfo.cpp, line 413
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetLoweringBase.cpp, line 1215
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TypePromotion.cpp, line 949
- external/apache2/llvm/dist/llvm/lib/CodeGen/WinEHPrepare.cpp, line 124
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ExecutionEngine.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp, line 284
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp, line 63
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp, line 320
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp, line 118
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Layer.cpp, line 40
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Mangling.cpp, line 40
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp, line 578
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp, line 42
- external/apache2/llvm/dist/llvm/lib/IR/AsmWriter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/ConstantFold.cpp, line 1305
- external/apache2/llvm/dist/llvm/lib/IR/DataLayout.cpp, line 533
- external/apache2/llvm/dist/llvm/lib/IR/Function.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/Globals.cpp, line 363
- external/apache2/llvm/dist/llvm/lib/IR/Instructions.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/IntrinsicInst.cpp, line 403
- external/apache2/llvm/dist/llvm/lib/IR/Mangler.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/IR/Verifier.cpp, line 141
- external/apache2/llvm/dist/llvm/lib/LTO/LTO.cpp, line 1068
- external/apache2/llvm/dist/llvm/lib/Linker/IRMover.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Linker/LinkModules.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Object/IRSymtab.cpp, line 280
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp, line 196
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp, 48 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp, line 34
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64StackTagging.cpp, line 548
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h, line 64
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp, line 176
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp, line 88
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp, line 970
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp, line 85
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp, line 1408
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp, line 67
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp, line 83
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp, line 141
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp, line 69
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp, line 110
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp, line 258
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp, line 580
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp, line 186
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp, line 580
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIISelLowering.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/ARC/ARCISelDAGToDAG.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARC/ARCISelLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/ARC/ARCTargetTransformInfo.h, line 41
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMAsmPrinter.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMCallLowering.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMCallingConv.cpp, line 192
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp, line 543
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMFastISel.cpp, line 2959
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp, line 167
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelLowering.cpp, 64 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp, line 2203
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMParallelDSP.cpp, line 270
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMTargetTransformInfo.h, line 103
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp, line 677
- external/apache2/llvm/dist/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AVR/AVRISelLowering.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp, line 223
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp, line 349
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFISelLowering.cpp, line 411
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFTargetTransformInfo.h, line 37
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BTFDebug.cpp, line 1226
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp, line 2149
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp, line 1963
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp, line 2440
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp, line 351
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h, line 54
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp, line 60
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiISelLowering.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp, line 98
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h, line 41
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kAsmPrinter.cpp, line 57
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kISelLowering.cpp, 25 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kMCInstLower.cpp, line 47
- external/apache2/llvm/dist/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp, line 258
- external/apache2/llvm/dist/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/Mips16ISelLowering.cpp, line 491
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsAsmPrinter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsCallLowering.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp, line 553
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp, line 70
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsISelLowering.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsInstructionSelector.cpp, line 369
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp, line 1018
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSEISelLowering.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsTargetMachine.cpp, line 282
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp, line 146
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp, line 63
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp, line 279
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h, line 40
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelLowering.cpp, 67 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp, line 552
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp, line 36
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h, line 41
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp, line 1504
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVISelLowering.cpp, 16 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp, line 71
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp, line 28
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h, line 41
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp, line 292
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcISelLowering.cpp, 23 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp, line 722
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp, line 1499
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp, line 102
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h, line 33
- external/apache2/llvm/dist/llvm/lib/Target/Target.cpp, line 48
- external/apache2/llvm/dist/llvm/lib/Target/TargetLoweringObjectFile.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/TargetMachine.cpp, line 203
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEISelDAGToDAG.cpp, line 349
- external/apache2/llvm/dist/llvm/lib/Target/VE/VEISelLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/VE/VETargetTransformInfo.h, line 40
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp, line 123
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp, line 80
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp, line 35
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h, line 41
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86CallLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelLowering.cpp, 78 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstructionSelector.cpp, line 1415
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InterleavedAccess.cpp, line 115
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86LowerAMXType.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86MCInstLower.cpp, line 146
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PartialReduction.cpp, line 454
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PreAMXConfig.cpp, line 189
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86TargetTransformInfo.h, line 97
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86WinEHState.cpp, line 341
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp, line 149
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreISelLowering.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp, line 121
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h, line 40
- external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp, line 399
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroEarly.cpp, line 67
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroElide.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroFrame.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/CoroSplit.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/AttributorAttributes.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ConstantMerge.cpp, line 89
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/FunctionAttrs.cpp, line 992
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/GlobalOpt.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/GlobalSplit.cpp, line 71
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/LowerTypeTests.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/OpenMPOpt.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/PartialInlining.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/SCCP.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp, line 498
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp, line 3962
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp, line 145
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp, 16 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp, line 841
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp, line 46
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp, line 950
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp, line 881
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/EarlyCSE.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/GVN.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/GuardWidening.cpp, line 604
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp, line 762
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/JumpThreading.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LICM.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp, line 393
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopFlatten.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopFuse.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp, line 54
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopPredication.cpp, line 1206
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopRotation.cpp, line 57
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp, line 1692
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp, line 100
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/MergeICmps.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/NaryReassociate.cpp, line 208
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/NewGVN.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/Reassociate.cpp, line 2218
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/SCCP.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/SROA.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp, line 873
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/Scalarizer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp, line 660
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/BuildLibCalls.cpp, line 1665
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp, line 238
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CloneFunction.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CloneModule.cpp, line 53
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/CodeExtractor.cpp, line 1130
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/Debugify.cpp, line 56
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/FunctionComparator.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/InlineFunction.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/Local.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LoopSimplify.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LoopUnroll.cpp, line 225
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp, line 671
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LoopVersioning.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/LowerSwitch.cpp, line 398
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp, line 269
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SSAUpdater.cpp, line 169
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SanitizerStats.cpp, line 46
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyCFG.cpp, line 6810
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp, line 976
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/VNCoercion.cpp, line 264
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp, line 126
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp, line 507
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/VectorCombine.cpp, 2 times
- external/apache2/llvm/dist/llvm/tools/bugpoint/CrashDebugger.cpp, line 662
- external/apache2/llvm/dist/llvm/tools/lli/lli.cpp, 4 times
- external/apache2/llvm/dist/llvm/tools/llvm-stress/llvm-stress.cpp, line 472