/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 344 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 428 ExitSplit->moveBefore(Exit); in rotateLoop()
|
D | LICM.cpp | 482 I.moveBefore(ExitBlocks[0]->getFirstInsertionPt()); in sink() 532 I.moveBefore(InsertPt); in sink() 581 I.moveBefore(Preheader->getTerminator()); in hoist()
|
D | Reassociate.cpp | 240 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()
|
D | Sink.cpp | 272 Inst->moveBefore(InsertPos); in SinkInstruction()
|
D | TailRecursionElimination.cpp | 491 AI->moveBefore(NEBI); in EliminateRecursiveTailCall()
|
D | CodeGenPrepare.cpp | 328 BB->moveBefore(&BB->getParent()->getEntryBlock()); in EliminateMostlyEmptyBlock()
|
D | IndVarSimplify.cpp | 1612 ToMove->moveBefore(InsertPt); in SinkUnusedInvariants()
|
D | JumpThreading.cpp | 654 BB->moveBefore(&BB->getParent()->getEntryBlock()); in ProcessBlock()
|
D | LoopStrengthReduce.cpp | 1996 Cond->moveBefore(TermBr); in OptimizeLoopTermCond() 4399 NewBB->moveBefore(PN->getParent()); in RewriteForPHI()
|
/external/llvm/include/llvm/ |
D | BasicBlock.h | 162 void moveBefore(BasicBlock *MovePos);
|
D | Instruction.h | 75 void moveBefore(Instruction *MovePos);
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | eventsview.js | 240 sourceEntries[i].moveBefore(sourceEntries[i + 1]); 414 sourceEntry.moveBefore(sourceEntryAfter);
|
D | sourceentry.js | 362 SourceEntry.prototype.moveBefore = function(entry) { method in SourceEntry
|
/external/llvm/lib/VMCore/ |
D | BasicBlock.cpp | 106 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
|
D | Instruction.cpp | 90 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 238 VI->moveBefore(BO); in GetShiftedValue() 278 VI->moveBefore(I); in GetShiftedValue()
|
D | InstCombineSelect.cpp | 441 ICI->moveBefore(&SI); in visitSelectInstWithICmp()
|
D | InstructionCombining.cpp | 1786 I->moveBefore(InsertPos); in TryToSinkInstruction()
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 120 I->moveBefore(InsertPt); in makeLoopInvariant()
|
D | ScalarEvolutionExpander.cpp | 975 (*I)->moveBefore(InsertPos); in hoistIVInc() 1065 IncV->moveBefore(IVIncInsertPos); in getAddRecExprPHILiterally()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 371 void moveBefore(MachineBasicBlock *NewAfter);
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 389 LPI->moveBefore(UnwindBlock->begin()); in lowerAcrossUnwindEdges()
|
D | MachineBasicBlock.cpp | 333 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
|
D | BranchFolding.cpp | 1408 MBB->moveBefore(SuccBB); in OptimizeBlock()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 665 Instr->moveBefore(Curr->getTerminator()); in IntroduceControlFlow()
|