reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
262 TargetIRAnalysis getTargetIRAnalysis();
837 addPass(createTargetTransformInfoWrapperPass(TM->getTargetIRAnalysis()));
lib/LTO/LTOBackend.cpp 273 passes.add(createTargetTransformInfoWrapperPass(TM->getTargetIRAnalysis()));
lib/LTO/LTOCodeGenerator.cpp 559 createTargetTransformInfoWrapperPass(TargetMach->getTargetIRAnalysis()));
lib/LTO/ThinLTOCodeGenerator.cpp 250 PM.add(createTargetTransformInfoWrapperPass(TM.getTargetIRAnalysis()));
lib/Passes/PassRegistry.def 138 TM ? TM->getTargetIRAnalysis() : TargetIRAnalysis())
lib/Target/TargetMachineC.cpp 270 createTargetTransformInfoWrapperPass(unwrap(T)->getTargetIRAnalysis()));
tools/clang/lib/CodeGen/BackendUtil.cpp 97 return TM->getTargetIRAnalysis();
tools/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp 116 Passes.add(createTargetTransformInfoWrapperPass(TM->getTargetIRAnalysis()));
tools/opt/opt.cpp703 Passes.add(createTargetTransformInfoWrapperPass(TM ? TM->getTargetIRAnalysis() 714 TM ? TM->getTargetIRAnalysis() : TargetIRAnalysis()));