/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GenericDomTreeUpdaterImpl.h | 27 void GenericDomTreeUpdater<DerivedT, DomTreeT, PostDomTreeT>::recalculate( in recalculate() function 31 DT->recalculate(F); in recalculate() 33 PDT->recalculate(F); in recalculate() 47 DT->recalculate(F); in recalculate() 49 PDT->recalculate(F); in recalculate()
|
H A D | DomTreeUpdater.h | 124 PostDominatorTree>::recalculate(Function &F);
|
H A D | PostDominators.h | 33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree()
|
H A D | GenericDomTreeUpdater.h | 132 template <typename FuncT> void recalculate(FuncT &F);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionInfo.cpp | 96 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() function in RegionInfo 131 RI.recalculate(F, DT, PDT, DF); in runOnFunction() 194 RI.recalculate(F, DT, PDT, DF); in run()
|
H A D | DomTreeUpdater.cpp | 32 PostDominatorTree>::recalculate(Function &F);
|
H A D | PostDominators.cpp | 77 DT.recalculate(F); in runOnFunction()
|
H A D | OptimizationRemarkEmitter.cpp | 34 DT.recalculate(*const_cast<Function *>(F)); in OptimizationRemarkEmitter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineRegionInfo.cpp | 59 void MachineRegionInfo::recalculate(MachineFunction &F, in recalculate() function in MachineRegionInfo 92 RI.recalculate(F, DT, PDT, DF); in runOnMachineFunction()
|
H A D | MachineDomTreeUpdater.cpp | 30 MachinePostDominatorTree>::recalculate(MachineFunction
|
H A D | LazyMachineBlockFrequencyInfo.cpp | 77 OwnedMDT->getBase().recalculate(*MF); in calculateIfNotAvailable()
|
H A D | MachinePostDominators.cpp | 74 PDT->recalculate(F); in runOnMachineFunction()
|
H A D | MachineDominators.cpp | 101 recalculate(F); in calculate()
|
H A D | XRayInstrumentation.cpp | 178 ComputedMDT.getBase().recalculate(MF); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDomTreeUpdater.h | 70 MachinePostDominatorTree>::recalculate(MachineFunction
|
H A D | MachinePostDominators.h | 52 explicit MachinePostDominatorTree(MachineFunction &MF) { recalculate(MF); } in MachinePostDominatorTree()
|
H A D | MachineRegionInfo.h | 81 void recalculate(MachineFunction &F, MachineDominatorTree *DT,
|
/freebsd/sbin/adjkerntz/ |
H A D | adjkerntz.c | 167 recalculate: in main() 223 goto recalculate; in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Dominators.h | 167 explicit DominatorTree(Function &F) { recalculate(F); } 169 recalculate(*DT.Parent, U);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 51 recalculate(MF, MDT, MDF); in INITIALIZE_PASS_DEPENDENCY() 79 void WebAssemblyExceptionInfo::recalculate( in recalculate() function in WebAssemblyExceptionInfo
|
H A D | WebAssemblyExceptionInfo.h | 145 void recalculate(MachineFunction &MF, MachineDominatorTree &MDT,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Dominators.cpp | 374 DT.recalculate(F); in run() 417 DT.recalculate(F); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 280 DT.recalculate(F); in runImpl() 300 DT.recalculate(F); in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 348 VPDT.recalculate(const_cast<VPlan &>(Plan)); in verifyVPlanIsValid()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 90 DT.recalculate(*cfg); in buildDominatorTree()
|