Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp50 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp99 SlowBB->moveBefore(SuccessorBB); in insertFastDiv()
115 FastBB->moveBefore(SlowBB); in insertFastDiv()
/external/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp319 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
356 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
410 SideStore->moveBefore(*EntryStore->getParent(), ++EntryStore->getIterator()); in TEST_F()
455 SideStore->moveBefore(*EntryStore->getParent(), EntryStore->getIterator()); in TEST_F()
456 Updater.moveBefore(SideStoreAccess, EntryStoreAccess); in TEST_F()
462 SideStore->moveBefore(*Right, Right->begin()); in TEST_F()
468 SideStore->moveBefore(MergeLoad); in TEST_F()
469 Updater.moveBefore(SideStoreAccess, LoadAccess); in TEST_F()
849 StoreC->moveBefore(StoreB); in TEST_F()
850 Updater.moveBefore(cast<MemoryDef>(MSSA.getMemoryAccess(StoreC)), in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp156 selector->moveBefore(lpad->getFirstNonPHI()); in findSelectorForLandingPad()
157 exn->moveBefore(selector); in findSelectorForLandingPad()
211 selector->moveBefore(&nonDominated->back()); in findSelectorForLandingPad()
212 exn->moveBefore(selector); in findSelectorForLandingPad()
356 exn->moveBefore(splitPoint); in getInnerUnwindDest()
357 selector->moveBefore(splitPoint); in getInnerUnwindDest()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp240 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
324 ExitSplit->moveBefore(Exit); in rotateLoop()
DLICM.cpp469 I.moveBefore(ExitBlocks[0]->getFirstInsertionPt()); in sink()
519 I.moveBefore(InsertPt); in sink()
568 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.cpp271 Inst->moveBefore(InsertPos); in SinkInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
/external/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h99 void moveBefore(Instruction *MovePos);
104 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
DBasicBlock.h175 void moveBefore(BasicBlock *MovePos);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp87 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
88 moveBefore(*MovePos->getParent(), MovePos->getIterator()); in moveBefore()
92 moveBefore(*MovePos->getParent(), ++MovePos->getIterator()); in moveAfter()
95 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h110 void moveBefore(Instruction *MovePos);
115 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp294 SExt->moveBefore(Inst); in propagateSignExtension()
342 SExtForOpnd->moveBefore(Inst); in propagateSignExtension()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp144 DivInst->moveBefore(RemInst); in optimizeDivRem()
DSpeculativeExecution.cpp290 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
/external/swiftshader/third_party/LLVM/include/llvm/
DBasicBlock.h168 void moveBefore(BasicBlock *MovePos);
DInstruction.h75 void moveBefore(Instruction *MovePos);
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp267 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
DLoopRotation.cpp298 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
413 ExitSplit->moveBefore(Exit); in rotateLoop()
/external/llvm/include/llvm/IR/
DBasicBlock.h174 void moveBefore(BasicBlock *MovePos);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp330 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
456 ExitSplit->moveBefore(Exit); in rotateLoop()

12345