HomeSort by relevance Sort by last modified time
    Searched refs:setIncomingBlock (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/IR/
BasicBlock.cpp 393 PN->setIncomingBlock((unsigned)IDX, New);
416 PN->setIncomingBlock(i, New);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 180 PN->setIncomingBlock(Idx, NewBB);
354 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
512 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault);
LoopUnrollRuntime.cpp 215 NewPHI->setIncomingBlock(idx, InsertTop);
219 NewPHI->setIncomingBlock(idx, NewLatch);
BreakCriticalEdges.cpp 179 PN->setIncomingBlock(BBIdx, NewBB);
CodeExtractor.cpp 747 PN->setIncomingBlock(i, newFuncRoot);
762 PN->setIncomingBlock(i, codeReplacer);
LoopUnroll.cpp 62 PN->setIncomingBlock(i, cast<BasicBlock>(It->second));
ValueMapper.cpp 444 PN->setIncomingBlock(i, cast<BasicBlock>(V));
CloneFunction.cpp 586 PN->setIncomingBlock(pred, MappedBlock);
    [all...]
LoopSimplify.cpp 423 PN->setIncomingBlock(0, PN->getIncomingBlock(PreheaderIdx));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 203 P->setIncomingBlock(j, preheader);
InductiveRangeCheckElimination.cpp 634 PN->setIncomingBlock(i, ReplaceBy);
    [all...]
LoopInterchange.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 218 PN->setIncomingBlock(Idx, NewBB);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 708 milliseconds