/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 104 SlowBB->moveBefore(SuccessorBB); in insertFastDiv() 120 FastBB->moveBefore(SlowBB); in insertFastDiv()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 295 SExt->moveBefore(Inst); in propagateSignExtension() 343 SExtForOpnd->moveBefore(Inst); in propagateSignExtension()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 435 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 547 ExitSplit->moveBefore(Exit); in rotateLoop()
|
D | Sink.cpp | 275 Inst->moveBefore(SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
|
D | TailRecursionElimination.cpp | 698 AI->moveBefore(NEBI); in EliminateRecursiveTailCall()
|
D | Reassociate.cpp | 904 ExpressionChanged->moveBefore(I); in RewriteExprTree() 946 I->moveBefore(BI); in NegateValue() 979 TheNeg->moveBefore(InsertPt); in NegateValue()
|
D | SeparateConstOffsetFromGEP.cpp | 630 BO->moveBefore(IP); in removeConstOffset()
|
D | LICM.cpp | 629 I.moveBefore(Preheader->getTerminator()); in hoist()
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 177 void moveBefore(BasicBlock *MovePos);
|
D | Instruction.h | 104 void moveBefore(Instruction *MovePos);
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 103 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
|
D | Instruction.cpp | 84 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 245 VI->moveBefore(BO); in GetShiftedValue() 285 VI->moveBefore(I); in GetShiftedValue()
|
D | InstCombineLoadStoreAlloca.cpp | 254 AI.moveBefore(FirstInst); in visitAllocaInst()
|
D | InstructionCombining.cpp | 1963 FI.moveBefore(TI); in tryToMoveFreeBeforeNullTest() 2640 I->moveBefore(InsertPos); in TryToSinkInstruction()
|
D | InstCombineSelect.cpp | 595 ICI->moveBefore(&SI); in visitSelectInstWithICmp()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 336 BB->moveBefore(&BB->getParent()->getEntryBlock()); in EliminateFallThrough() 476 BB->moveBefore(&BB->getParent()->getEntryBlock()); in EliminateMostlyEmptyBlock() 1672 Inst->moveBefore(Position); in insert() 1689 Inst->moveBefore(Before); in InstructionMoveBefore() 1962 void moveBefore(Instruction *Inst, Instruction *Before); 2016 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in __anon0965895a0211::TypePromotionTransaction 2560 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()
|
D | SjLjEHPrepare.cpp | 365 LPI->moveBefore(UnwindBlock->begin()); in lowerAcrossUnwindEdges()
|
D | MachineBasicBlock.cpp | 374 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
|
D | BranchFolding.cpp | 1550 MBB->moveBefore(SuccBB); in OptimizeBlock()
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 126 I->moveBefore(InsertPt); in makeLoopInvariant()
|
D | ScalarEvolutionExpander.cpp | 931 (*I)->moveBefore(InsertPos); in hoistIVInc() 991 InstToHoist->moveBefore(Pos); in hoistBeforePos()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 369 void moveBefore(MachineBasicBlock *NewAfter);
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 677 Instr->moveBefore(Curr->getTerminator()); in IntroduceControlFlow()
|