HomeSort by relevance Sort by last modified time
    Searched refs:recalculate (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/lib/Analysis/
PostDominators.cpp 34 DT->recalculate(F);
RegionInfo.cpp 97 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, function in class:RegionInfo
134 RI.recalculate(F, DT, PDT, DF);
  /external/llvm/lib/CodeGen/
MachinePostDominators.cpp 38 DT->recalculate(F);
MachineRegionInfo.cpp 54 void MachineRegionInfo::recalculate(MachineFunction &F, function in class:MachineRegionInfo
88 RI.recalculate(F, DT, PDT, DF);
MachineDominators.cpp 41 DT->recalculate(F);
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 62 recalculate(); method
165 recalculate(); method
173 recalculate(); method
198 private void recalculate() { method in class:MonthDisplayHelper
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 122 recalculate();
127 recalculate();
133 recalculate();
140 recalculate();
147 recalculate();
154 recalculate();
182 recalculate(); method
193 recalculate(); method
227 recalculate(); method
256 recalculate(); method
276 recalculate(); method
283 recalculate(); method
289 recalculate(); method
320 recalculate(); method
643 public void recalculate() { method
662 recalculate(); method
    [all...]
CollapsingToolbarLayout.java 459 // Now recalculate using the new bounds
460 mCollapsingTextHelper.recalculate();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 64 recalculate();
70 recalculate();
81 recalculate();
87 recalculate();
164 private void recalculate() { method in class:ImsConferenceController
TelephonyConferenceController.java 53 recalculate();
59 recalculate();
89 recalculate(); method
95 recalculate(); method
98 void recalculate() { method in class:TelephonyConferenceController
186 Log.d(this, "Recalculate conference calls %s %s.",
234 Log.d(this, "Trigger recalculate later");
259 Log.d(this, "Trigger recalculate later");
  /external/llvm/lib/IR/
Dominators.cpp 286 OtherDT.recalculate(F);
307 DT.recalculate(F);
344 DT.recalculate(F);
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 85 DT->recalculate(*cfg);
  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 86 void recalculate(MachineFunction &F,
  /external/llvm/include/llvm/IR/
Dominators.h 89 recalculate(F);
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 123 DT.recalculate(*duplicateFunction);
SampleProfile.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 565 DT.recalculate(F);
583 // we'd have to recalculate this on every insert
584 DT.recalculate(F);
628 // The split loop structure here is so that we only need to recalculate
667 DT.recalculate(F);
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
preprocessor.js 88 //NOTE: we have a surrogate pair. Peek pair character and recalculate code point.
  /external/fonttools/Lib/fontTools/
merge.py 45 def recalculate(lst): function
198 'indexToLocFormat': recalculate,
216 'numberOfHMetrics': recalculate,
322 '*': recalculate,
  /external/v8/benchmarks/
deltablue.js 261 UnaryConstraint.prototype.recalculate = function () { method in class:UnaryConstraint
420 BinaryConstraint.prototype.recalculate = function () { method in class:BinaryConstraint.BinaryConstraint
500 ScaleConstraint.prototype.recalculate = function () { method in class:ScaleConstraint
700 d.recalculate();
730 next.recalculate();
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 846 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 188 // Reattach block 3 to block 1 and recalculate
191 DT->recalculate(F);
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 491 DT->recalculate(*L->getHeader()->getParent());
InlineFunction.cpp 520 DT.recalculate(const_cast<Function&>(*CalledFunc));
743 DT.recalculate(const_cast<Function&>(*CS.getInstruction()->getParent()
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 718 /// recalculate - compute a dominator tree for the given function
719 template <class FT> void recalculate(FT &F) { function in class:llvm::DominatorTreeBase

Completed in 745 milliseconds

1 2