Searched defs:dest_bb (Results 1 – 6 of 6) sorted by relevance
108 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in TEST_F()176 BasicBlock** dest_bb) { in TEST_F()
21 BasicBlock* dest_bb = edge.dest; in AddControlEdge() local95 BasicBlock* dest_bb = nullptr; in Simulate() local
256 BasicBlock** dest_bb) { in VisitInstruction()286 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants()