Searched defs:Namer (Results 1 – 1 of 1) sorted by relevance
193 struct Namer : public BlockNamer { in Dump() struct195 explicit Namer(const AdjacencyListGraph& alg) : BlockNamer(), alg_(alg) {} in Dump() argument196 std::ostream& PrintName(std::ostream& os, HBasicBlock* blk) const override { in Dump()204 const AdjacencyListGraph& alg_; in Dump()