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

  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 96 BasicBlock* preReturn = newReturnBlock;
99 BasicBlock::iterator I = preReturn->begin();
101 while (I != preReturn->end()) {
109 retPhi->addIncoming(&*I, preReturn);
116 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PartialInlining.cpp 89 BasicBlock* preReturn = newReturnBlock;
92 BasicBlock::iterator I = preReturn->begin();
94 while (I != preReturn->end()) {
102 retPhi->addIncoming(I, preReturn);
109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock);

Completed in 124 milliseconds