HomeSort by: relevance | last modified time | path
    Searched defs:recalculate (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_lib.h 61 void (*recalculate)(struct display_mode_lib *mode_lib); member in struct:dml_funcs
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineRegionInfo.cpp 59 void MachineRegionInfo::recalculate(MachineFunction &F, function in class:MachineRegionInfo
91 RI.recalculate(F, DT, PDT, DF);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionInfo.cpp 95 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, function in class:RegionInfo
130 RI.recalculate(F, DT, PDT, DF);
193 RI.recalculate(F, DT, PDT, DF);
DomTreeUpdater.cpp 120 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);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.cpp 49 recalculate(MF, MDT, MDF);
77 void WebAssemblyExceptionInfo::recalculate( function in class:WebAssemblyExceptionInfo
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h 777 /// recalculate - compute a dominator tree for the given function
778 void recalculate(ParentType &Func) { function in class:llvm::DominatorTreeBase
783 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) { function in class:llvm::DominatorTreeBase

Completed in 22 milliseconds