| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 168 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) {} in IROutliner() 287 function_ref<OptimizationRemarkEmitter &(Function &)> getORE; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 123 auto &ORE = getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | InstSimplifyPass.cpp | 110 &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | LoopDataPrefetch.cpp | 202 &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | LoopVersioningLICM.cpp | 586 &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnLoop()
|
| H A D | LoopUnrollAndJamPass.cpp | 472 auto &ORE = getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnLoop()
|
| H A D | TailRecursionElimination.cpp | 864 &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(), DTU); in runOnFunction()
|
| H A D | LoopDistribute.cpp | 1022 auto *ORE = &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | LoopInterchange.cpp | 1743 auto *ORE = &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnLoop()
|
| H A D | LoopFuse.cpp | 1846 auto &ORE = getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | LowerMatrixIntrinsics.cpp | 2077 auto &ORE = getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | GVN.cpp | 3061 &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(), in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | OptimizationRemarkEmitter.h | 148 OptimizationRemarkEmitter &getORE() { in getORE() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOptimizationRemarkEmitter.h | 222 MachineOptimizationRemarkEmitter &getORE() { in getORE() function
|
| H A D | SelectionDAG.h | 448 OptimizationRemarkEmitter &getORE() const { return *ORE; }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 196 ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE(); in init()
|
| H A D | HardwareLoops.cpp | 228 ORE = &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| H A D | PrologEpilogInserter.cpp | 224 ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE(); in runOnMachineFunction()
|
| H A D | RegAllocGreedy.cpp | 3333 ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE(); in runOnMachineFunction()
|
| H A D | MachinePipeliner.cpp | 221 ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE(); in INITIALIZE_PASS_DEPENDENCY()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 523 auto &ORE = getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 1602 OptimizationRemarkEmitter &ORE = getORE( in doOutline() 1654 getORE(*CurrentGroup.Regions[0]->Call->getFunction()); in doOutline()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 828 OptimizationRemarkEmitter *getORE() { return ORE; } in getORE() function in llvm::slpvectorizer::BoUpSLP 6439 auto *ORE = &getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction() 6595 R.getORE()->emit(OptimizationRemark(SV_NAME, "StoresVectorized", in vectorizeStoreChain() 6803 R.getORE()->emit([&]() { in tryToVectorizeList() 6820 R.getORE()->emit([&]() { in tryToVectorizeList() 6888 R.getORE()->emit(OptimizationRemark(SV_NAME, "VectorizedList", in tryToVectorizeList() 6904 R.getORE()->emit([&]() { in tryToVectorizeList() 6911 R.getORE()->emit([&]() { in tryToVectorizeList() 7520 V.getORE()->emit([&]() { in tryToReduce() 7533 V.getORE()->emit([&]() { in tryToReduce()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1979 ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE(); in SetupMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4077 auto &ORE = getAnalysis<OptimizationRemarkEmitterWrapperPass>().getORE(); in runOnFunction()
|