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