HomeSort by relevance Sort by last modified time
    Searched refs:getAnalysis (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/tools/opt/
GraphPrinters.cpp 38 getAnalysis<DominatorTreeWrapperPass>().dump();
  /external/llvm/lib/CodeGen/
MachineDominanceFrontier.cpp 42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase());
MachineRegionInfo.cpp 84 auto DT = &getAnalysis<MachineDominatorTree>();
85 auto PDT = &getAnalysis<MachinePostDominatorTree>();
86 auto DF = &getAnalysis<MachineDominanceFrontier>();
MachineFunctionAnalysis.cpp 51 getAnalysis<MachineModuleInfo>());
MachineFunctionPass.cpp 42 MachineFunction &MF = getAnalysis<MachineFunctionAnalysis>().getMF();
RegAllocBasic.cpp 275 RegAllocBase::init(getAnalysis<VirtRegMap>(),
276 getAnalysis<LiveIntervals>(),
277 getAnalysis<LiveRegMatrix>());
280 getAnalysis<MachineLoopInfo>(),
281 getAnalysis<MachineBlockFrequencyInfo>());
MachineLoopInfo.cpp 40 LI.analyze(getAnalysis<MachineDominatorTree>().getBase());
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 71 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
73 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
SimplifyInstructions.cpp 56 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
58 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 130 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
131 auto PDT = &getAnalysis<PostDominatorTree>();
132 auto DF = &getAnalysis<DominanceFrontier>();
DominanceFrontier.cpp 40 Base.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
Delinearization.cpp 68 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE();
69 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 50 auto &Analysis = getAnalysis<AnalysisT>();
92 auto &Analysis = getAnalysis<AnalysisT>();
134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 72 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults();
LoopInstSimplify.cpp 79 LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
81 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
82 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(
PartiallyInlineLibCalls.cpp 64 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
66 &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
BDCE.cpp 64 DemandedBits &DB = getAnalysis<DemandedBits>();
ConstantProp.cpp 72 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 118 T *getAnalysis(Decl const *D) {
119 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 75 DA = &getAnalysis<DivergenceAnalysis>();
SIFixControlFlowLiveIntervals.cpp 68 LiveIntervals *LIS = &getAnalysis<LiveIntervals>();
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 107 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
108 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE();
110 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
111 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 110 ICA = &getAnalysis<InlineCostAnalysis>();
InlineSimple.cpp 98 ICA = &getAnalysis<InlineCostAnalysis>();

Completed in 275 milliseconds

1 2 3 4 5 6 7 8 9