Searched refs:ForEachBlockLabel (Results 1 – 6 of 6) sorted by relevance
32 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges()41 cdg.ForEachBlockLabel([&](uint32_t label) { in GatherEdges()137 cdg.ForEachBlockLabel([&block_labels](uint32_t id) { in TEST()
149 void ForEachBlockLabel(std::function<void(uint32_t)> f) const { in ForEachBlockLabel() function