HomeSort by relevance Sort by last modified time
    Searched refs:moveBefore (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp 52 allocaInst->moveBefore(firstTerminatorInst);
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 29 I->moveBefore(&*IP);
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 104 SlowBB->moveBefore(SuccessorBB);
120 FastBB->moveBefore(SlowBB);
  /external/llvm/include/llvm/IR/
BasicBlock.h 166 void moveBefore(BasicBlock *MovePos);
Instruction.h 95 /// moveBefore - Unlink this instruction from its current basic block and
98 void moveBefore(Instruction *MovePos);
  /external/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 231 Current->moveBefore(ToBlock.getTerminator());
Sink.cpp 288 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt());
LoopRotation.cpp 232 Inst->moveBefore(LoopEntryBranch);
344 ExitSplit->moveBefore(Exit);
TailRecursionElimination.cpp 704 AI->moveBefore(&*NEBI);
    [all...]
Reassociate.cpp     [all...]
LICM.cpp 673 I.moveBefore(Preheader->getTerminator());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 297 SExt->moveBefore(Inst);
345 SExtForOpnd->moveBefore(Inst);
  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 224 indexVar->moveBefore(decl);
  /external/llvm/lib/IR/
BasicBlock.cpp 103 void BasicBlock::moveBefore(BasicBlock *MovePos) {
Instruction.cpp 92 /// moveBefore - Unlink this instruction from its current basic block and
95 void Instruction::moveBefore(Instruction *MovePos) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 197 MBB.moveBefore(&*MF.begin());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 245 VI->moveBefore(BO);
285 VI->moveBefore(I);
    [all...]
InstCombineLoadStoreAlloca.cpp 255 AI.moveBefore(FirstInst);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 342 BB->moveBefore(&BB->getParent()->getEntryBlock());
481 BB->moveBefore(&BB->getParent()->getEntryBlock());
    [all...]
SjLjEHPrepare.cpp 364 LPI->moveBefore(&UnwindBlock->front());
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 425 void moveBefore(MachineBasicBlock *NewAfter);
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 122 I->moveBefore(InsertPt);
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 237 DDI->moveBefore(AvailableAlloca->getNextNode());
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 672 Instr->moveBefore(Curr->getTerminator());

Completed in 1263 milliseconds

1 2