reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
324 return RegionNodeBase<Tr>::getEntry(); 1002 return getEntry();include/llvm/Analysis/RegionIterator.h
107 BItor(BlockTraits::child_begin(node->getEntry())) { 110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) 120 BItor(BlockTraits::child_end(node->getEntry())) {} 146 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 184 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) { 190 while (BlockTraits::child_end(Node->getEntry()) != Itor && 197 : Node(node), Itor(BlockTraits::child_end(node->getEntry())) { 228 while (Itor != succ_end(Node->getEntry())include/llvm/CodeGen/MachineRegionInfo.h
115 return getEntry();
lib/Transforms/Instrumentation/ControlHeightReduction.cpp 822 BasicBlock *BB = E->getEntry();
lib/Transforms/Scalar/StructurizeCFG.cpp319 return LI->getLoopFor(RN->getEntry()); 329 return LI->getLoopDepth(RN->getEntry()); 389 Loops[Exit] = N->getEntry(); 451 BasicBlock *BB = N->getEntry(); 521 << RN->getEntry()->getName() << " Loop Depth: " 522 << LI->getLoopDepth(RN->getEntry()) << "\n"); 528 Visited.insert(RN->getEntry()); 725 Order.back()->getEntry(); 735 BasicBlock *Entry = PrevNode->getEntry(); 772 BBPredicates &Preds = Predicates[Node->getEntry()]; 780 BBPredicates &Preds = Predicates[Node->getEntry()]; 794 if (!Dominated && DT->dominates(BB, PrevNode->getEntry())) 806 Visited.insert(Node->getEntry()); 811 changeExit(PrevNode, Node->getEntry(), true); 819 BasicBlock *Entry = Node->getEntry(); 841 BasicBlock *LoopStart = Node->getEntry(); 851 LoopEnd = Loops[Node->getEntry()]; 948 auto Br = dyn_cast<BranchInst>(E->getEntry()->getTerminator()); 1025 if (Instruction *Term = E->getEntry()->getTerminator())