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

  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 144 SmallVector<BasicBlock *, 8> Descendants,
607 /// descendants of \p BB1 in the dominator or post-dominator tree.
622 /// \param Descendants Descendants of \p BB1 in either the dom or pdom tree.
623 /// \param DomTree Opposite dominator tree. If \p Descendants is filled
627 BasicBlock *BB1, SmallVector<BasicBlock *, 8> Descendants,
629 for (SmallVectorImpl<BasicBlock *>::iterator I = Descendants.begin(),
630 E = Descendants.end();
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 461 """Verifies that no two objects have the same ID. Checks all descendants.
465 descendants = self.Descendants()
466 for descendant in descendants:
488 def Descendants(self):
489 """Returns a list of all of this object's descendants, including this
494 descendants = [self]
496 descendants.extend(child.Descendants())
497 return descendants
    [all...]

Completed in 143 milliseconds