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

  /external/llvm/lib/IR/
BasicBlock.cpp 333 PN->setIncomingBlock((unsigned)IDX, New);
357 PN->setIncomingBlock(i, New);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 282 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
363 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault);
BreakCriticalEdges.cpp 189 PN->setIncomingBlock(BBIdx, NewBB);
LoopUnrollRuntime.cpp 184 NewPHI->setIncomingBlock(idx, InsertTop);
ValueMapper.cpp 203 PN->setIncomingBlock(i, cast<BasicBlock>(V));
LoopUnroll.cpp 60 PN->setIncomingBlock(i, cast<BasicBlock>(It->second));
CodeExtractor.cpp 745 PN->setIncomingBlock(i, newFuncRoot);
760 PN->setIncomingBlock(i, codeReplacer);
CloneFunction.cpp 498 PN->setIncomingBlock(pred, MappedBlock);
LoopSimplify.cpp 429 PN->setIncomingBlock(0, PN->getIncomingBlock(PreheaderIdx));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 201 P->setIncomingBlock(j, preheader);
  /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 213 PN->setIncomingBlock(Idx, NewBB);
    [all...]

Completed in 127 milliseconds