Lines Matching refs:entry

492   HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph);  in BuildIfElseWithPhi()  local
493 graph->AddBlock(entry); in BuildIfElseWithPhi()
494 graph->SetEntryBlock(entry); in BuildIfElseWithPhi()
497 entry->AddInstruction(parameter); in BuildIfElseWithPhi()
501 entry->AddSuccessor(block); in BuildIfElseWithPhi()
642 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildFieldReturn() local
643 graph->AddBlock(entry); in BuildFieldReturn()
644 graph->SetEntryBlock(entry); in BuildFieldReturn()
647 entry->AddInstruction(parameter); in BuildFieldReturn()
651 entry->AddSuccessor(block); in BuildFieldReturn()
718 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildTwoSubs() local
719 graph->AddBlock(entry); in BuildTwoSubs()
720 graph->SetEntryBlock(entry); in BuildTwoSubs()
723 entry->AddInstruction(parameter); in BuildTwoSubs()
730 entry->AddSuccessor(block); in BuildTwoSubs()
790 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildDiv() local
791 graph->AddBlock(entry); in BuildDiv()
792 graph->SetEntryBlock(entry); in BuildDiv()
797 entry->AddInstruction(first); in BuildDiv()
798 entry->AddInstruction(second); in BuildDiv()
802 entry->AddSuccessor(block); in BuildDiv()
843 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
844 graph->AddBlock(entry); in TEST_F()
845 graph->SetEntryBlock(entry); in TEST_F()
854 entry->AddInstruction(one); in TEST_F()
855 entry->AddInstruction(two); in TEST_F()
856 entry->AddInstruction(three); in TEST_F()
857 entry->AddInstruction(four); in TEST_F()
861 entry->AddSuccessor(block); in TEST_F()