Lines Matching refs:get_blocks_func
36 using get_blocks_func = std::function<const std::vector<BB*>*(const BB*)>; variable
76 const BB* entry, get_blocks_func successor_func,
107 const std::vector<cbb_ptr>& postorder, get_blocks_func predecessor_func);
115 get_blocks_func succ_func,
116 get_blocks_func pred_func);
124 get_blocks_func succ_func, get_blocks_func pred_func);
138 const BB* entry, get_blocks_func successor_func, in DepthFirstTraversal()
176 const std::vector<cbb_ptr>& postorder, get_blocks_func predecessor_func) { in CalculateDominators()
261 get_blocks_func succ_func, in TraversalRoots()
262 get_blocks_func pred_func) { in TraversalRoots()
304 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG()