reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
863 rpot_iterator rpot_begin() const { return RPOT.begin(); } 864 rpot_iterator rpot_end() const { return RPOT.end(); } 874 assert(Node.Index < RPOT.size()); 875 return RPOT[Node.Index]; 1030 RPOT.clear(); 1065 RPOT.reserve(F->size()); 1066 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT)); 1067 std::reverse(RPOT.begin(), RPOT.end()); 1067 std::reverse(RPOT.begin(), RPOT.end()); 1069 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() && 1080 Working.reserve(RPOT.size()); 1081 for (size_t Index = 0; Index < RPOT.size(); ++Index) 1083 Freqs.resize(RPOT.size()); 1113 for (size_t Index = 0; Index < RPOT.size(); ++Index) { 1122 const LoopT *Loop = LI->getLoopFor(RPOT[Index]); 1271 const BlockT *BB = BFI.RPOT[Irr.Node.Index];