Searched defs:succ_func (Results 1 – 6 of 6) sorted by relevance
261 get_blocks_func succ_func, in TraversalRoots()304 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG()
310 get_blocks_func succ_func, in TraversalRoots()353 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG()
275 auto succ_func = [](const BasicBlock* b) { return b->successors(); }; in ComputeAugmentedCFG() local
287 auto succ_func = [](const BasicBlock* b) { in ComputeAugmentedCFG() local