Searched refs:getMatchDag (Results 1 – 3 of 3) sorted by relevance
272 !X.getMatchDag().hasPostMatchPredicate(); in runStep()365 LLVM_DEBUG(Leaf.getMatchDag().writeDOTGraph(dbgs(), Leaf.getName())); in run()367 *(Leaf.getMatchDag().roots().begin() + Leaf.getRootIdx()); in run()400 Leaf.value().getMatchDag().getNumPredicates()); in repartition()408 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()422 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition()445 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition()505 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()577 for (auto &E : enumerate(Leaf.getMatchDag().edges())) { in applyForPartition()658 BitVector TraversedEdgesForLeaf(Leaf.value().getMatchDag().getNumEdges()); in repartition()
297 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function
205 GIMatchDag &getMatchDag() { return MatchDag; } in getMatchDag() function in __anon08ee5a240111::CombineRule206 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function in __anon08ee5a240111::CombineRule668 Rule->getMatchDag().dump(); in makeCombineRule()669 Rule->getMatchDag().writeDOTGraph(dbgs(), Rule->getName()); in makeCombineRule()677 for (const auto &E : Rule->getMatchDag().edges()) { in makeCombineRule()866 for (const auto &Root : enumerate(Rule->getMatchDag().roots())) { in run()867 TreeBuilder.addLeaf(Rule->getName(), Root.index(), Rule->getMatchDag(), in run()