Searched refs:moveBefore (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp30 allocaInst->moveBefore(firstTerminatorInst);
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp103 SlowBB->moveBefore(SuccessorBB);
119 FastBB->moveBefore(SlowBB);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.js173 sourceRow.moveBefore(nextSourceRow);
235 sourceRow.moveBefore(sourceRowAfter);
H A Dsource_row.js254 moveBefore: function(entry) {
/external/llvm/include/llvm/IR/
H A DBasicBlock.h166 void moveBefore(BasicBlock *MovePos);
H A DInstruction.h73 /// moveBefore - Unlink this instruction from its current basic block and
76 void moveBefore(Instruction *MovePos);
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp506 I.moveBefore(ExitBlocks[0]->getFirstInsertionPt());
556 I.moveBefore(InsertPt);
605 I.moveBefore(Preheader->getTerminator());
H A DLoopRotation.cpp370 Inst->moveBefore(LoopEntryBranch);
464 ExitSplit->moveBefore(Exit);
H A DSink.cpp268 Inst->moveBefore(SuccToSinkTo->getFirstInsertionPt());
H A DReassociate.cpp823 ExpressionChanged->moveBefore(I);
859 I->moveBefore(BI);
892 TheNeg->moveBefore(InsertPt);
H A DTailRecursionElimination.cpp528 AI->moveBefore(NEBI);
H A DCodeGenPrepare.cpp258 BB->moveBefore(&BB->getParent()->getEntryBlock());
399 BB->moveBefore(&BB->getParent()->getEntryBlock());
/external/chromium/chrome/browser/resources/net_internals/
H A Deventsview.js240 sourceEntries[i].moveBefore(sourceEntries[i + 1]);
414 sourceEntry.moveBefore(sourceEntryAfter);
H A Dsourceentry.js362 SourceEntry.prototype.moveBefore = function(entry) {
/external/llvm/lib/IR/
H A DBasicBlock.cpp104 /// moveBefore - Unlink this basic block from its current function and
106 void BasicBlock::moveBefore(BasicBlock *MovePos) { function in class:BasicBlock
H A DInstruction.cpp88 /// moveBefore - Unlink this instruction from its current basic block and
91 void Instruction::moveBefore(Instruction *MovePos) { function in class:Instruction
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp238 VI->moveBefore(BO);
278 VI->moveBefore(I);
H A DInstCombineLoadStoreAlloca.cpp226 AI.moveBefore(FirstInst);
H A DInstCombineSelect.cpp514 ICI->moveBefore(&SI);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1504 Insert->moveBefore(PreHeader->getTerminator());
1839 B->moveBefore(V);
1843 B->moveBefore(V);
1853 A->moveBefore(V);
1857 A->moveBefore(V);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h343 /// moveBefore/moveAfter - move 'this' block before or after the specified
346 void moveBefore(MachineBasicBlock *NewAfter);
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp129 I->moveBefore(InsertPt);
H A DScalarEvolutionExpander.cpp974 (*I)->moveBefore(InsertPos);
1064 IncV->moveBefore(IVIncInsertPos);
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp377 LPI->moveBefore(UnwindBlock->begin());
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp673 Instr->moveBefore(Curr->getTerminator());

Completed in 2406 milliseconds

12