|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/LoopInfo.h 1009 void analyze(const DominatorTreeBase<BlockT, false> &DomTree);
References
include/llvm/Analysis/LoopInfoImpl.h 703 OtherLI.analyze(DomTree);
lib/Analysis/LoopInfo.cpp 846 LoopInfo::LoopInfo(const DomTreeBase<BasicBlock> &DomTree) { analyze(DomTree); }
926 LI.analyze(AM.getResult<DominatorTreeAnalysis>(F));
1063 LI.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
lib/Analysis/OptimizationRemarkEmitter.cpp 35 LI.analyze(DT);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1044 OwnedMLI->getBase().analyze(MDT->getBase());
lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp 83 OwnedMLI->getBase().analyze(MDT->getBase());
lib/CodeGen/MachineLoopInfo.cpp 45 LI.analyze(MDT.getBase());
lib/CodeGen/XRayInstrumentation.cpp 175 ComputedMLI.getBase().analyze(MDT->getBase());
lib/Transforms/IPO/SampleProfile.cpp 1550 LI->analyze(*DT);
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp 351 VPLInfo.analyze(VPDomTree);
unittests/Analysis/LoopInfoTest.cpp 188 LI.analyze(DT);
unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp 49 VPLI.analyze(VPDT);