Home
last modified time | relevance | path

Searched defs:recalculate (Results 1 – 5 of 5) sorted by relevance

/external/v8/benchmarks/
Ddeltablue.js261 UnaryConstraint.prototype.recalculate = function () { method in UnaryConstraint
420 BinaryConstraint.prototype.recalculate = function () { method in BinaryConstraint
500 ScaleConstraint.prototype.recalculate = function () { method in ScaleConstraint
/external/llvm/lib/CodeGen/
DMachineRegionInfo.cpp54 void MachineRegionInfo::recalculate(MachineFunction &F, in recalculate() function in MachineRegionInfo
/external/llvm/lib/Analysis/
DRegionInfo.cpp97 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() function in RegionInfo
/external/fonttools/Lib/fontTools/
Dmerge.py45 def recalculate(lst): function
/external/llvm/include/llvm/Support/
DGenericDomTree.h719 template <class FT> void recalculate(FT &F) { in recalculate() function