HomeSort by relevance Sort by last modified time
    Searched defs:RPOT (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 682 /// Run a single post-order traversal and save it (in reverse) in RPOT.
684 /// to BlockNode (the index into RPOT) in Nodes.
813 std::vector<const BlockT *> RPOT;
818 rpot_iterator rpot_begin() const { return RPOT.begin(); }
819 rpot_iterator rpot_end() const { return RPOT.end(); }
829 assert(Node.Index < RPOT.size());
830 return RPOT[Node.Index];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 731 /// Run a single post-order traversal and save it (in reverse) in RPOT.
733 /// to BlockNode (the index into RPOT) in Nodes.
861 std::vector<const BlockT *> RPOT;
866 rpot_iterator rpot_begin() const { return RPOT.begin(); }
867 rpot_iterator rpot_end() const { return RPOT.end(); }
    [all...]

Completed in 142 milliseconds