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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 57 MachineBasicBlock *PriorMBB = prior(MachineFunction::iterator(TopMBB));
61 PriorMBB = prior(MachineFunction::iterator(TopMBB));
70 if (BotMBB != prior(End)) {
CodePlacementOpt.cpp 136 MachineFunction::iterator OldBeginPrior = prior(Begin);
137 MachineFunction::iterator OldEndPrior = prior(End);
141 prior(Begin)->updateTerminator();
159 HasAnalyzableTerminator(prior(MachineFunction::iterator(TopMBB)))) {
174 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Pred))))
187 MachineFunction::iterator Prior = prior(Begin);
188 if (Prior == MF.begin())
191 if (!HasFallthrough(Prior))
194 if (Prior->isSuccessor(End)
    [all...]
LatencyPriorityQueue.cpp 127 if (Best != prior(Queue.end()))
136 if (I != prior(Queue.end()))
MachineScheduler.cpp 186 || TII->isSchedulingBoundary(llvm::prior(RegionEnd), MBB, *MF)) {
196 if (TII->isSchedulingBoundary(llvm::prior(I), MBB, *MF))
204 if (I == RegionEnd || I == llvm::prior(RegionEnd)) {
446 if (&*llvm::prior(CurrentBottom) == MI)
495 SU = DAG->getSUnit(llvm::prior(DAG->bottom()));
536 /// instruction order prior to scheduling. IsReverse implements greater-than.
RegisterScavenging.cpp 378 MachineBasicBlock::iterator II = prior(I);
383 II = prior(UseMI);
387 ScavengeRestore = prior(UseMI);
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 179 prior:
181 prior_label = &&prior; // expected-error{{assigning to 'int'}}
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-already-error.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
  /external/icu4c/common/unicode/
icuplug.h 322 * @param prior pass in 'NULL' to get the first (most recent) plug,
323 * otherwise pass the value returned on a prior call to uplug_nextPlug
328 uplug_nextPlug(UPlugData *prior);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 54 I = llvm::prior(I);
  /external/speex/libspeex/
preprocess.c 19 derived from this software without specific prior written permission.
215 spx_word16_t *prior; /**< A-priori SNR */ member in struct:SpeexPreprocessState_
458 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
492 st->prior[i]=SHL16(1, SNR_SHIFT);
545 speex_free(st->prior);
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15));
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT));
814 st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15);
816 st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[i]))
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 199 expected-error {{missing 'typename' prior to dependent}}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java 86 K prior = iterator.next(); local
91 Comparable comparable = (Comparable) prior;
94 assertTrue(map.comparator().compare(prior, current) < 0);
96 current = prior;
  /external/llvm/include/llvm/ADT/
STLExtras.h 135 // next/prior - These functions unlike std::advance do not modify the
140 // prior(myIt) returns copy of myIt decremented once
141 // prior(myIt, n) returns copy of myIt decremented n times
157 inline ItTy prior(ItTy it, Dist n) function in namespace:llvm
164 inline ItTy prior(ItTy it) function in namespace:llvm
  /external/v8/samples/
count-hosts.js 14 // from this software without specific prior written permission.
  /external/v8/test/message/
overwritten-builtins.js 14 // from this software without specific prior written permission.
try-catch-finally-no-message.js 14 // from this software without specific prior written permission.
try-catch-finally-return-in-finally.js 14 // from this software without specific prior written permission.
try-finally-return-in-finally.js 14 // from this software without specific prior written permission.
  /external/v8/test/message/regress/
regress-1527.js 14 // from this software without specific prior written permission.
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 14 // from this software without specific prior written permission.
apply-arguments-gc-safepoint.js 14 // from this software without specific prior written permission.
arguments-indirect.js 14 // from this software without specific prior written permission.
ascii-regexp-subject.js 14 // from this software without specific prior written permission.

Completed in 824 milliseconds

1 2 3 4 5 6 7 8 91011>>