Searched defs:isAncestor (Results 1 – 2 of 2) sorted by relevance
193 const std::function<bool(size_t, size_t)> &isAncestor) in RunCFGReducibilityCheck() argument230 const std::function<bool(size_t, size_t)> &isAncestor) in RunFixedGatesRelationsCheck() argument387 const std::function<bool(size_t, size_t)> &isAncestor, in RunSchedulingBoundsCheck() argument555 auto isAncestor = [timeIn, timeOut](size_t nodeA, size_t nodeB) -> bool { in Run() local
190 auto isAncestor = [&](size_t nodeA, size_t nodeB) -> bool { in Run() local239 const std::function<bool(size_t, size_t)> &isAncestor, in CalculateSchedulingUpperBound() argument