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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp 30 allocaInst->moveBefore(firstTerminatorInst);
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 104 SlowBB->moveBefore(SuccessorBB);
120 FastBB->moveBefore(SlowBB);
  /external/llvm/include/llvm/IR/
BasicBlock.h 170 void moveBefore(BasicBlock *MovePos);
Instruction.h 76 /// moveBefore - Unlink this instruction from its current basic block and
79 void moveBefore(Instruction *MovePos);
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 294 SExt->moveBefore(Inst);
342 SExtForOpnd->moveBefore(Inst);
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 395 Inst->moveBefore(LoopEntryBranch);
503 ExitSplit->moveBefore(Exit);
Sink.cpp 278 Inst->moveBefore(SuccToSinkTo->getFirstInsertionPt());
Reassociate.cpp     [all...]
SeparateConstOffsetFromGEP.cpp 553 BO->moveBefore(IP);
    [all...]
TailRecursionElimination.cpp 703 AI->moveBefore(NEBI);
    [all...]
LICM.cpp 628 I.moveBefore(Preheader->getTerminator());
    [all...]
  /external/llvm/lib/IR/
BasicBlock.cpp 108 /// moveBefore - Unlink this basic block from its current function and
110 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/CodeGen/
CodeGenPrepare.cpp 286 BB->moveBefore(&BB->getParent()->getEntryBlock());
426 BB->moveBefore(&BB->getParent()->getEntryBlock());
    [all...]
SjLjEHPrepare.cpp 377 LPI->moveBefore(UnwindBlock->begin());
MachineBasicBlock.cpp 383 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 240 VI->moveBefore(BO);
280 VI->moveBefore(I);
    [all...]
InstCombineLoadStoreAlloca.cpp 239 AI.moveBefore(FirstInst);
    [all...]
InstructionCombining.cpp     [all...]
InstCombineSelect.cpp 565 ICI->moveBefore(&SI);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 366 /// moveBefore/moveAfter - move 'this' block before or after the specified
369 void moveBefore(MachineBasicBlock *NewAfter);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 128 I->moveBefore(InsertPt);
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 677 Instr->moveBefore(Curr->getTerminator());

Completed in 714 milliseconds

1 2