HomeSort by relevance Sort by last modified time
    Searched refs:recalculate (Results 1 - 25 of 41) 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 117 recalculate();
122 recalculate();
128 recalculate();
135 recalculate();
142 recalculate();
149 recalculate();
177 recalculate(); method
188 recalculate(); method
223 recalculate(); method
253 recalculate(); method
273 recalculate(); method
280 recalculate(); method
286 recalculate(); method
589 public void recalculate() { method
608 recalculate(); method
    [all...]
CollapsingToolbarLayout.java 425 // Now recalculate using the new bounds
426 mCollapsingTextHelper.recalculate();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConferenceController.java 52 recalculate();
58 recalculate();
88 recalculate(); method
94 recalculate(); method
97 void recalculate() { method in class:TelephonyConferenceController
193 Log.d(this, "Recalculate conference calls %s %s.",
241 Log.d(this, "Trigger recalculate later");
266 Log.d(this, "Trigger recalculate later");
ImsConferenceController.java 62 recalculate();
68 recalculate();
79 recalculate();
143 private void recalculate() { method in class:ImsConferenceController
  /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 () {
420 BinaryConstraint.prototype.recalculate = function () {
500 ScaleConstraint.prototype.recalculate = function () {
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 842 milliseconds

1 2