HomeSort by relevance Sort by last modified time
    Searched refs:getAnalysis (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 699 LIS = &pass.getAnalysis<LiveIntervals>();
700 MDT = &pass.getAnalysis<MachineDominatorTree>();
    [all...]
RegisterCoalescer.cpp     [all...]
MachineScheduler.cpp 308 MLI = &getAnalysis<MachineLoopInfo>();
309 MDT = &getAnalysis<MachineDominatorTree>();
310 PassConfig = &getAnalysis<TargetPassConfig>();
311 AA = &getAnalysis<AliasAnalysis>();
313 LIS = &getAnalysis<LiveIntervals>();
346 PassConfig = &getAnalysis<TargetPassConfig>();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 379 LI = &getAnalysis<LoopInfo>();
424 if (!BranchesInfo.countLoop(currentLoop, getAnalysis<TargetTransformInfo>()))
    [all...]
IndVarSimplify.cpp     [all...]
GVN.cpp     [all...]
SeparateConstOffsetFromGEP.cpp 699 TargetTransformInfo &TTI = getAnalysis<TargetTransformInfo>();
    [all...]
TailRecursionElimination.cpp 387 TTI = &getAnalysis<TargetTransformInfo>();
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 792 LI = &getAnalysis<LoopInfo>();
793 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 206 AA = &P->getAnalysis<AliasAnalysis>();
207 DT = &P->getAnalysis<DominatorTreeWrapperPass>().getDomTree();
208 SE = &P->getAnalysis<ScalarEvolution>();
211 TTI = IgnoreTargetInfo ? nullptr : &P->getAnalysis<TargetTransformInfo>();
442 AA = &getAnalysis<AliasAnalysis>();
443 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
444 SE = &getAnalysis<ScalarEvolution>();
447 TTI = IgnoreTargetInfo ? nullptr : &getAnalysis<TargetTransformInfo>();
    [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 168 MLI = &getAnalysis<MachineLoopInfo>();
170 MDT = &getAnalysis<MachineDominatorTree>();
172 PDT = &getAnalysis<MachinePostDominatorTree>();
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 37 POV(Ctx.getAnalysis<PostOrderCFGView>()) {}
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 638 if (!Mgr->getAnalysisDeclContext(D)->getAnalysis<RelaxedLiveVariables>())
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 636 Tracker = new AliasSetTracker(getAnalysis<AliasAnalysis>());
BranchProbabilityInfo.cpp 494 LI = &getAnalysis<LoopInfo>();
LoopInfo.cpp 615 LI.Analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
TargetTransformInfo.cpp 32 PrevTTI = &P->getAnalysis<TargetTransformInfo>();
BasicAliasAnalysis.cpp 714 const TargetLibraryInfo &TLI = getAnalysis<TargetLibraryInfo>();
726 const TargetLibraryInfo &TLI = getAnalysis<TargetLibraryInfo>();
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 105 AnalyzeCallGraph(getAnalysis<CallGraphWrapperPass>().getCallGraph(), M);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 658 auto &Prob = getAnalysis<MachineBranchProbabilityInfo>();
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 442 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
FunctionAttrs.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 301 MLI = &getAnalysis<MachineLoopInfo>();
303 MDT = &getAnalysis<MachineDominatorTree>();
    [all...]

Completed in 1127 milliseconds

1 2 3 45 6 7