reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1703   Optional<uint64_t> ProfileCount = BFI.getBlockProfileCount(EntryBlock);
 1712     insertTrivialPHIs(Scope, EntryBlock, ExitBlock, TrivialPHIs);
 1722   CHR_DEBUG(dbgs() << "Splitting entry block " << EntryBlock->getName()
 1725       SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT);
 1726   assert(NewEntryBlock->getSinglePredecessor() == EntryBlock &&
 1729   BasicBlock *PreEntryBlock = EntryBlock;
 1739   BranchInst *MergedBr = createMergedBranch(PreEntryBlock, EntryBlock,