/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 100 RemInst->moveAfter(DivInst); in optimizeDivRem() 102 DivInst->moveAfter(RemInst); in optimizeDivRem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction() 217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 203 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction() 207 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 93 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | BasicBlock.h | 172 void moveAfter(BasicBlock *MovePos);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 179 void moveAfter(BasicBlock *MovePos);
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 178 void moveAfter(BasicBlock *MovePos);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackProtector.cpp | 230 NewBB->moveAfter(BB); in InsertStackProtectors()
|
D | BranchFolding.cpp | 1179 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/ |
D | WebAssemblyCFGSort.cpp | 221 Next->moveAfter(MBB); in SortBlocks()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | BasicBlock.cpp | 113 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 211 void moveAfter(BasicBlock *MovePos);
|
D | Instruction.h | 119 void moveAfter(Instruction *MovePos);
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 422 NewBB->moveAfter(BB); in InsertStackProtectors()
|
D | BranchFolding.cpp | 1405 MBB->moveAfter(&MF.back()); in OptimizeBlock() 1567 MBB->moveAfter(PredBB); in OptimizeBlock() 1609 MBB->moveAfter(&MF.back()); in OptimizeBlock()
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 128 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 247 void moveAfter(MachineBasicBlock *NewBefore);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 465 NewBB->moveAfter(BB); in InsertStackProtectors()
|
D | BranchFolding.cpp | 1591 MBB->moveAfter(&MF.back()); in OptimizeBlock() 1789 MBB->moveAfter(PredBB); in OptimizeBlock() 1835 MBB->moveAfter(&MF.back()); in OptimizeBlock()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 238 Next->moveAfter(MBB); in SortBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 427 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 538 final->moveAfter(start); in EmitCustomAtomic() 539 exit->moveAfter(final); in EmitCustomAtomic()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 365 void moveAfter(MachineBasicBlock *NewBefore);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 347 ZExt->moveAfter(InsertPt); in Mutate()
|