Searched refs:prior (Results 1 - 25 of 96) sorted by relevance

1234

/external/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp57 MachineBasicBlock *PriorMBB = prior(MachineFunction::iterator(TopMBB));
61 PriorMBB = prior(MachineFunction::iterator(TopMBB));
70 if (BotMBB != prior(End)) {
H A DCodePlacementOpt.cpp139 MachineFunction::iterator OldBeginPrior = prior(Begin);
140 MachineFunction::iterator OldEndPrior = prior(End);
144 prior(Begin)->updateTerminator();
162 HasAnalyzableTerminator(prior(MachineFunction::iterator(TopMBB)))) {
177 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Pred))))
190 MachineFunction::iterator Prior = prior(Begin);
212 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Prior))))
214 // Ok, the block prior to Begin will be moved along with the rest.
264 !HasFallthrough(prior(MachineFunction::iterator(TopMBB))) &&
278 if (InsertPt != MF.begin() && HasAnalyzableTerminator(prior(InsertP
[all...]
H A DLatencyPriorityQueue.cpp127 if (Best != prior(Queue.end()))
136 if (I != prior(Queue.end()))
H A DRegisterScavenging.cpp377 MachineBasicBlock::iterator II = prior(I);
382 II = prior(UseMI);
386 ScavengeRestore = prior(UseMI);
H A DVirtRegRewriter.cpp318 MachineBasicBlock::iterator Prev = prior(NewInsertLoc);
687 MachineInstr *NewMI = prior(MII);
947 MachineInstr *LoadMI = prior(InsertLoc);
961 UpdateKills(*prior(InsertLoc), TRI, RegKills, KillOps);
962 DEBUG(dbgs() << '\t' << *prior(InsertLoc));
1035 MachineInstr *PrevMI = prior(MII);
1357 MachineInstr *StoreMI = prior(NextMII);
1528 MachineBasicBlock::iterator DefMII = prior(MII);
1539 MachineInstr *ReloadMI = prior(DefMII);
1571 MII = prior(MI
[all...]
H A DAnalysis.cpp230 for (BasicBlock::const_iterator BBI = prior(prior(ExitBB->end())); ;
H A DBranchFolding.cpp374 RS->forward(prior(CurMBB->end()));
591 MPIterator HighestMPIter = prior(MergePotentials.end());
592 for (MPIterator CurMPIter = prior(MergePotentials.end()),
596 for (MPIterator I = prior(CurMPIter); I->getHash() == CurHash ; --I) {
625 for (CurMPIter = prior(MergePotentials.end()), B = MergePotentials.begin();
859 MachineBasicBlock *PredBB = prior(I);
928 PredBB = prior(I); // this may have been changed in TryTailMergeBlocks
1053 MachineBasicBlock &PrevBB = *prior(MachineFunction::iterator(MBB));
1060 // If the CFG for the prior block has extra edges, remove them.
1079 // into the prior bloc
[all...]
H A DSplitter.cpp429 MachineBasicBlock *headerLayoutPred = llvm::prior(headerItr);
472 llvm::prior(MachineFunction::iterator(preHeader));
551 MachineBasicBlock *outBlockLayoutPred = llvm::prior(outBlockItr);
582 llvm::prior(MachineFunction::iterator(splitBlock));
667 lis->getMBBEndIdx(*llvm::prior(loopMBBs.end()));
H A DPHIElimination.cpp238 MachineInstr *PHICopy = prior(AfterPHIsIt);
372 KillInst = prior(InsertPos);
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-1.cpp179 prior:
181 prior_label = &&prior; // expected-error{{assigning to 'int'}}
/external/llvm/lib/Support/Windows/
H A DProcess.inc46 // GetNativeSystemInfo. However, this interface is not present prior
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
/external/icu4c/common/unicode/
H A Dicuplug.h322 * @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/speex/libspeex/
H A Dpreprocess.c19 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[
[all...]
/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp57 I = llvm::prior(I);
H A DMLxExpansionPass.cpp248 MII = llvm::prior(MII);
250 MII = llvm::prior(MII);
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h135 // 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/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js318 var m = base54(++this.cname), prior;
321 prior = this.has_mangled(m);
322 if (prior && this.refs[prior.rev_mangled[m]] === prior)
326 prior = this.has(m);
327 if (prior && prior !== this && this.refs[m] === prior && !prior
[all...]
/external/flac/libFLAC/ia32/
H A Dnasm.h17 ; this software without specific prior written permission.
/external/llvm/tools/llvm-objdump/
H A DMCFunction.cpp97 spe = llvm::prior(Splits.end()); spi != spe; ++spi) {
/external/tremolo/Tremolo/
H A Dfloor1LARM.s20 @ specific prior written permission.
/external/webkit/Source/WebKit/android/nav/
H A DCachedFrame.cpp69 const WebCore::IntRect& prior, WebCore::IntRect* result)
73 top = direction == UP ? bestRect.maxY() : prior.maxY();
74 int bottom = direction == UP ? prior.y() : bestRect.y();
78 left = prior.x();
82 int right = prior.maxX();
88 left = direction == LEFT ? bestRect.maxX() : prior.maxX();
89 int right = direction == LEFT ? prior.x() : bestRect.x();
93 top = prior.y();
97 int bottom = prior.maxY();
702 // in the doc list prior t
68 CheckBetween(Direction direction, const WebCore::IntRect& bestRect, const WebCore::IntRect& prior, WebCore::IntRect* result) argument
[all...]
/external/icu4c/common/
H A Dicuplug.c240 uplug_nextPlug(UPlugData *prior) { argument
241 if(prior==NULL) {
244 UPlugData *nextPlug = &prior[1];
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp506 Loop *Subloop = *llvm::prior(Unloop->end());
507 Unloop->removeChildLoop(llvm::prior(Unloop->end()));
632 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
/external/bluetooth/hcidump/parser/
H A Drfcomm.h332 uint8_t prior:6; member in struct:pn_msg
474 uint8_t prior:6; member in struct:pn_msg

Completed in 517 milliseconds

1234