Searched refs:recalculate (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp98 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, function in class:RegionInfo
133 RI.recalculate(F, DT, PDT, DF);
196 RI.recalculate(F, DT, PDT, DF);
H A DPostDominators.cpp77 DT.recalculate(F);
H A DDomTreeUpdater.cpp121 void DomTreeUpdater::recalculate(Function &F) { function in class:llvm::DomTreeUpdater
125 DT->recalculate(F);
127 PDT->recalculate(F);
132 // Lazy UpdateStrategy so we recalculate available trees immediately.
141 DT->recalculate(F);
143 PDT->recalculate(F);
H A DOptimizationRemarkEmitter.cpp32 DT.recalculate(*const_cast<Function *>(F));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp59 void MachineRegionInfo::recalculate(MachineFunction &F, function in class:MachineRegionInfo
91 RI.recalculate(F, DT, PDT, DF);
H A DLazyMachineBlockFrequencyInfo.cpp78 OwnedMDT->getBase().recalculate(*MF);
H A DMachinePostDominators.cpp42 PDT->recalculate(F);
H A DMachineDominators.cpp61 DT->recalculate(F);
H A DXRayInstrumentation.cpp168 ComputedMDT.getBase().recalculate(MF);
H A DPHIElimination.cpp191 MDT->getBase().recalculate(MF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp42 recalculate(MDT, MDF);
46 void WebAssemblyExceptionInfo::recalculate( function in class:WebAssemblyExceptionInfo
H A DWebAssemblyExceptionInfo.h139 void recalculate(MachineDominatorTree &MDT,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h33 explicit PostDominatorTree(Function &F) { recalculate(F); }
H A DDomTreeUpdater.h100 /// decide to recalculate the dominator tree in order to speedup the updating
149 void recalculate(Function &F);
H A DRegionInfo.h929 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c177 recalculate:
233 goto recalculate;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h149 explicit DominatorTree(Function &F) { recalculate(F); }
151 recalculate(*DT.Parent, U);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp247 VPDomTree.recalculate(*(cast<VPRegionBlock>(Plan.getEntry())));
H A DVPlanHCFGBuilder.cpp345 VPDomTree.recalculate(*TopRegion);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h81 void recalculate(MachineFunction &F, MachineDominatorTree *DT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp327 DT.recalculate(F);
370 DT.recalculate(F);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp497 DT.recalculate(F);
514 // we'd have to recalculate this on every insert
515 DT.recalculate(F);
559 // The split loop structure here is so that we only need to recalculate
H A DTailRecursionElimination.cpp605 // changed. In this corner-case we recalculate the entire tree.
606 DTU.recalculate(*NewEntry->getParent());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h90 DT.recalculate(*cfg);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h728 /// recalculate - compute a dominator tree for the given function
729 void recalculate(ParentType &Func) { function in class:llvm::DominatorTreeBase
734 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) { function in class:llvm::DominatorTreeBase

Completed in 200 milliseconds

12