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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 391 BasicBlock *BEBlock = BasicBlock::Create(Header->getContext(),
393 BranchInst *BETerminator = BranchInst::Create(Header, BEBlock);
397 << BEBlock->getName() << "\n");
401 F->getBasicBlockList().splice(InsertPos, F->getBasicBlockList(), BEBlock);
441 // Finally, add the newly constructed PHI node as the entry for the BEBlock.
442 PN->addIncoming(NewPN, BEBlock);
449 BEBlock->getInstList().erase(NewPN);
454 // backedge blocks to jump to the BEBlock instead of the header.
456 // it from the backedge and add it to BEBlock.
457 unsigned LoopMDKind = BEBlock->getContext().getMDKindID("llvm.loop")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp 639 BasicBlock *Header, BasicBlock *Preheader, BasicBlock *BEBlock) {
646 auto *NewMPhi = MSSA->createMemoryPhi(BEBlock);
670 MPhi->addIncoming(NewMPhi, BEBlock);

Completed in 32 milliseconds