/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
|
D | AddressSanitizer.cpp | 1864 AI->moveBefore(InsBefore); in poisonStack() 1867 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in poisonStack()
|
/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 | 297 SExt->moveBefore(Inst); in propagateSignExtension() 345 SExtForOpnd->moveBefore(Inst); in propagateSignExtension()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 231 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
|
D | LoopRotation.cpp | 232 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 344 ExitSplit->moveBefore(Exit); in rotateLoop()
|
D | Sink.cpp | 288 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
|
D | TailRecursionElimination.cpp | 704 AI->moveBefore(&*NEBI); in EliminateRecursiveTailCall()
|
D | Reassociate.cpp | 871 ExpressionChanged->moveBefore(I); in RewriteExprTree() 921 I->moveBefore(BI); in NegateValue() 957 TheNeg->moveBefore(&*InsertPt); in NegateValue()
|
D | LICM.cpp | 673 I.moveBefore(Preheader->getTerminator()); in hoist()
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 166 void moveBefore(BasicBlock *MovePos);
|
D | Instruction.h | 98 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 | 95 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 342 BB->moveBefore(&BB->getParent()->getEntryBlock()); in eliminateFallThrough() 481 BB->moveBefore(&BB->getParent()->getEntryBlock()); in eliminateMostlyEmptyBlock() 1827 ExtVal->moveBefore(CI); in optimizeCallInst() 2152 Inst->moveBefore(Position); in insert() 2169 Inst->moveBefore(Before); in InstructionMoveBefore() 2442 void moveBefore(Instruction *Inst, Instruction *Before); 2496 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in __anonaebbba860211::TypePromotionTransaction 3038 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther() 4569 TrueInst->moveBefore(TrueBranch); in optimizeSelectInst() 4576 FalseInst->moveBefore(FalseBranch); in optimizeSelectInst()
|
D | SjLjEHPrepare.cpp | 364 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 245 VI->moveBefore(BO); in GetShiftedValue() 285 VI->moveBefore(I); in GetShiftedValue()
|
D | InstCombineLoadStoreAlloca.cpp | 255 AI.moveBefore(FirstInst); in visitAllocaInst()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 197 MBB.moveBefore(&*MF.begin()); in SortBlocks()
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 237 DDI->moveBefore(AvailableAlloca->getNextNode()); in InlineCallIfPossible()
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 122 I->moveBefore(InsertPt); in makeLoopInvariant()
|
D | ScalarEvolutionExpander.cpp | 939 (*I)->moveBefore(InsertPos); in hoistIVInc() 999 InstToHoist->moveBefore(Pos); in hoistBeforePos()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 425 void moveBefore(MachineBasicBlock *NewAfter);
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 672 Instr->moveBefore(Curr->getTerminator()); in IntroduceControlFlow()
|