Home
last modified time | relevance | path

Searched refs:case_branches (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector-impl.h25 BasicBlock** case_branches; // basic blocks corresponding to case values member
Dinstruction-selector.cc954 sw.case_branches = &block->successors().front(); in VisitControl()
960 BasicBlock* branch = sw.case_branches[index]; in VisitControl()
1752 BasicBlock* branch = sw.case_branches[index]; in EmitTableSwitch()
1770 BasicBlock* branch = sw.case_branches[index]; in EmitLookupSwitch()