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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp 52 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 177 void moveBefore(BasicBlock *MovePos);
Instruction.h 101 /// moveBefore - Unlink this instruction from its current basic block and
104 void moveBefore(Instruction *MovePos);
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 295 SExt->moveBefore(Inst);
343 SExtForOpnd->moveBefore(Inst);
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 435 Inst->moveBefore(LoopEntryBranch);
547 ExitSplit->moveBefore(Exit);
Sink.cpp 275 Inst->moveBefore(SuccToSinkTo->getFirstInsertionPt());
SeparateConstOffsetFromGEP.cpp 630 BO->moveBefore(IP);
    [all...]
TailRecursionElimination.cpp 698 AI->moveBefore(NEBI);
    [all...]
Reassociate.cpp     [all...]
LICM.cpp 629 I.moveBefore(Preheader->getTerminator());
    [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/IR/
BasicBlock.cpp 103 void BasicBlock::moveBefore(BasicBlock *MovePos) {
Instruction.cpp 81 /// moveBefore - Unlink this instruction from its current basic block and
84 void Instruction::moveBefore(Instruction *MovePos) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 245 VI->moveBefore(BO);
285 VI->moveBefore(I);
    [all...]
InstCombineLoadStoreAlloca.cpp 254 AI.moveBefore(FirstInst);
    [all...]
InstCombineSelect.cpp 595 ICI->moveBefore(&SI);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 336 BB->moveBefore(&BB->getParent()->getEntryBlock());
476 BB->moveBefore(&BB->getParent()->getEntryBlock());
    [all...]
SjLjEHPrepare.cpp 365 LPI->moveBefore(UnwindBlock->begin());
MachineBasicBlock.cpp 374 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) {
    [all...]
BranchFolding.cpp     [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 126 I->moveBefore(InsertPt);
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 677 Instr->moveBefore(Curr->getTerminator());

Completed in 968 milliseconds

1 2