HomeSort by: relevance | last modified time | path
    Searched refs:FollowBB (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 128 BasicBlock *FollowBB = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 157 FollowBB = EndBB->splitBasicBlock(EndInst, OriginalName + "_after_outline");
180 assert(FollowBB != nullptr && "StartBB for Candidate is not defined!");
198 moveBBContents(*FollowBB, *PlacementBB);
201 PrevBB->replaceSuccessorsPhiUsesWith(FollowBB, PlacementBB);
203 FollowBB->eraseFromParent();
209 FollowBB = nullptr;
1474 assert(Region.FollowBB && "FollowBB for the OutlinableRegion is nullptr!");
1488 BasicBlock *RewrittenBB = Region.FollowBB->getSinglePredecessor();

Completed in 31 milliseconds