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

12

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c46 .recalculate = dml20_recalculate,
53 .recalculate = dml20v2_recalculate,
60 .recalculate = dml21_recalculate,
67 .recalculate = dml30_recalculate,
74 .recalculate = dml31_recalculate,
81 .recalculate = dml314_recalculate,
88 .recalculate = dml32_recalculate,
H A Ddisplay_mode_lib.h81 void (*recalculate)(struct display_mode_lib *mode_lib); member in struct:dml_funcs
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DRegionInfo.cpp96 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, function in class:RegionInfo
131 RI.recalculate(F, DT, PDT, DF);
194 RI.recalculate(F, DT, PDT, DF);
H A DDomTreeUpdater.cpp120 void DomTreeUpdater::recalculate(Function &F) { function in class:llvm::DomTreeUpdater
124 DT->recalculate(F);
126 PDT->recalculate(F);
131 // Lazy UpdateStrategy so we recalculate available trees immediately.
140 DT->recalculate(F);
142 PDT->recalculate(F);
H A DPostDominators.cpp77 DT.recalculate(F);
H A DOptimizationRemarkEmitter.cpp34 DT.recalculate(*const_cast<Function *>(F));
/openbsd-current/gnu/llvm/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 DMachinePostDominators.cpp42 PDT->recalculate(F);
H A DLazyMachineBlockFrequencyInfo.cpp79 OwnedMDT->getBase().recalculate(*MF);
H A DMachineDominators.cpp63 DT->recalculate(F);
H A DXRayInstrumentation.cpp176 ComputedMDT.getBase().recalculate(MF);
H A DPHIElimination.cpp220 MDT->getBase().recalculate(MF);
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DPostDominators.h33 explicit PostDominatorTree(Function &F) { recalculate(F); }
H A DDomTreeUpdater.h102 /// decide to recalculate the dominator tree in order to speedup the updating
151 void recalculate(Function &F);
H A DRegionInfo.h925 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h81 void recalculate(MachineFunction &F, MachineDominatorTree *DT,
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h144 void recalculate(MachineFunction &MF, MachineDominatorTree &MDT,
H A DWebAssemblyExceptionInfo.cpp50 recalculate(MF, MDT, MDF);
78 void WebAssemblyExceptionInfo::recalculate( function in class:WebAssemblyExceptionInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h171 explicit DominatorTree(Function &F) { recalculate(F); }
173 recalculate(*DT.Parent, U);
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDominators.cpp388 DT.recalculate(F);
431 DT.recalculate(F);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp499 DT.recalculate(F);
516 // we'd have to recalculate this on every insert
517 DT.recalculate(F);
561 // The split loop structure here is so that we only need to recalculate
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DDominators.h90 DT.recalculate(*cfg);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp394 VPDomTree.recalculate(Plan);
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTree.h794 /// recalculate - compute a dominator tree for the given function
795 void recalculate(ParentType &Func) { function in class:llvm::DominatorTreeBase
800 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) { function in class:llvm::DominatorTreeBase
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1144 DT.recalculate(*ClonedFunc);
1216 DT.recalculate(*ClonedFunc);

Completed in 403 milliseconds

12