Home
last modified time | relevance | path

Searched refs:moveAfter (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp100 RemInst->moveAfter(DivInst); in optimizeDivRem()
102 DivInst->moveAfter(RemInst); in optimizeDivRem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp203 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
207 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h93 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/external/swiftshader/third_party/LLVM/include/llvm/
DBasicBlock.h172 void moveAfter(BasicBlock *MovePos);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h179 void moveAfter(BasicBlock *MovePos);
/external/llvm/include/llvm/IR/
DBasicBlock.h178 void moveAfter(BasicBlock *MovePos);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp230 NewBB->moveAfter(BB); in InsertStackProtectors()
DBranchFolding.cpp1179 MBB->moveAfter(--MF.end()); in OptimizeBlock()
1348 MBB->moveAfter(PredBB); in OptimizeBlock()
1384 MBB->moveAfter(--MF.end()); in OptimizeBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp221 Next->moveAfter(MBB); in SortBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DBasicBlock.h211 void moveAfter(BasicBlock *MovePos);
DInstruction.h119 void moveAfter(Instruction *MovePos);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp113 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
/external/llvm/lib/IR/
DBasicBlock.cpp110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
/external/llvm/lib/CodeGen/
DStackProtector.cpp422 NewBB->moveAfter(BB); in InsertStackProtectors()
DBranchFolding.cpp1405 MBB->moveAfter(&MF.back()); in OptimizeBlock()
1567 MBB->moveAfter(PredBB); in OptimizeBlock()
1609 MBB->moveAfter(&MF.back()); in OptimizeBlock()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h247 void moveAfter(MachineBasicBlock *NewBefore);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DBasicBlock.cpp128 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp465 NewBB->moveAfter(BB); in InsertStackProtectors()
DBranchFolding.cpp1591 MBB->moveAfter(&MF.back()); in OptimizeBlock()
1789 MBB->moveAfter(PredBB); in OptimizeBlock()
1835 MBB->moveAfter(&MF.back()); in OptimizeBlock()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp238 Next->moveAfter(MBB); in SortBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp427 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp538 final->moveAfter(start); in EmitCustomAtomic()
539 exit->moveAfter(final); in EmitCustomAtomic()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h365 void moveAfter(MachineBasicBlock *NewBefore);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp347 ZExt->moveAfter(InsertPt); in Mutate()

12