Home
last modified time | relevance | path

Searched refs:moveBefore (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp344 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
428 ExitSplit->moveBefore(Exit); in rotateLoop()
DLICM.cpp482 I.moveBefore(ExitBlocks[0]->getFirstInsertionPt()); in sink()
532 I.moveBefore(InsertPt); in sink()
581 I.moveBefore(Preheader->getTerminator()); in hoist()
DReassociate.cpp240 RHS->moveBefore(I); in LinearizeExpr()
329 LHSBO->moveBefore(I); in LinearizeExprTree()
391 LHS->moveBefore(I); in RewriteExprTree()
426 I->moveBefore(BI); in NegateValue()
459 TheNeg->moveBefore(InsertPt); in NegateValue()
DSink.cpp272 Inst->moveBefore(InsertPos); in SinkInstruction()
DTailRecursionElimination.cpp491 AI->moveBefore(NEBI); in EliminateRecursiveTailCall()
DCodeGenPrepare.cpp328 BB->moveBefore(&BB->getParent()->getEntryBlock()); in EliminateMostlyEmptyBlock()
DIndVarSimplify.cpp1612 ToMove->moveBefore(InsertPt); in SinkUnusedInvariants()
DJumpThreading.cpp654 BB->moveBefore(&BB->getParent()->getEntryBlock()); in ProcessBlock()
DLoopStrengthReduce.cpp1996 Cond->moveBefore(TermBr); in OptimizeLoopTermCond()
4399 NewBB->moveBefore(PN->getParent()); in RewriteForPHI()
/external/llvm/include/llvm/
DBasicBlock.h162 void moveBefore(BasicBlock *MovePos);
DInstruction.h75 void moveBefore(Instruction *MovePos);
/external/chromium/chrome/browser/resources/net_internals/
Deventsview.js240 sourceEntries[i].moveBefore(sourceEntries[i + 1]);
414 sourceEntry.moveBefore(sourceEntryAfter);
Dsourceentry.js362 SourceEntry.prototype.moveBefore = function(entry) { method in SourceEntry
/external/llvm/lib/VMCore/
DBasicBlock.cpp106 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
DInstruction.cpp90 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp238 VI->moveBefore(BO); in GetShiftedValue()
278 VI->moveBefore(I); in GetShiftedValue()
DInstCombineSelect.cpp441 ICI->moveBefore(&SI); in visitSelectInstWithICmp()
DInstructionCombining.cpp1786 I->moveBefore(InsertPos); in TryToSinkInstruction()
/external/llvm/lib/Analysis/
DLoopInfo.cpp120 I->moveBefore(InsertPt); in makeLoopInvariant()
DScalarEvolutionExpander.cpp975 (*I)->moveBefore(InsertPos); in hoistIVInc()
1065 IncV->moveBefore(IVIncInsertPos); in getAddRecExprPHILiterally()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h371 void moveBefore(MachineBasicBlock *NewAfter);
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp389 LPI->moveBefore(UnwindBlock->begin()); in lowerAcrossUnwindEdges()
DMachineBasicBlock.cpp333 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
DBranchFolding.cpp1408 MBB->moveBefore(SuccBB); in OptimizeBlock()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp665 Instr->moveBefore(Curr->getTerminator()); in IntroduceControlFlow()

12