Searched refs:IfEnd (Results 1 – 4 of 4) sorted by relevance
712 BasicBlock *IfEnd = BasicBlock::Create(C, "C", F); in TEST_F() local714 B.CreateCondBr(UndefValue::get(Type::getInt1Ty(C)), IfThen, IfEnd); in TEST_F()725 B.CreateBr(IfEnd); in TEST_F()727 B.SetInsertPoint(IfEnd); in TEST_F()752 MemoryAccess *Phi = MSSA.getMemoryAccess(IfEnd); in TEST_F()
2692 MachineBasicBlock *IfEnd = CurrentMerge; in structurizeComplexRegion() local2696 TII->convertNonUniformIfRegion(CurrentMerge, IfEnd); in structurizeComplexRegion()2716 MachineBasicBlock *IfEnd = CurrentMerge; in structurizeComplexRegion() local2722 TII->convertNonUniformIfRegion(CurrentMerge, IfEnd); in structurizeComplexRegion()
845 MachineBasicBlock *IfEnd) const;
4849 MachineBasicBlock *IfEnd) const { in convertNonUniformIfRegion()4869 IfEnd->insert(IfEnd->getFirstNonPHI(), SIEND); in convertNonUniformIfRegion()