Home | History | Annotate | Download | only in Utils

Lines Matching refs:Merge

70   // running memory ssa, create a load after the merge point, and use it to test
78 BasicBlock *Merge(BasicBlock::Create(C, "", F));
84 BranchInst::Create(Merge, Left);
85 BranchInst::Create(Merge, Right);
90 B.SetInsertPoint(Merge);
93 EXPECT_EQ(MSSA.getMemoryAccess(Merge), nullptr);
96 MemoryPhi *MP = MSSA.createMemoryPhi(Merge);
103 MSSA.createMemoryAccessInBB(LoadInst, MP, Merge, MemorySSA::Beginning));
111 // after the merge point. This enables us to test a bunch of different
119 BasicBlock *Merge(BasicBlock::Create(C, "", F));
125 BranchInst::Create(Merge, Left);
126 BranchInst::Create(Merge, Right);
127 B.SetInsertPoint(Merge);
154 // after the merge point. This enables us to test a bunch of different
162 BasicBlock *Merge(BasicBlock::Create(C, "", F));
168 BranchInst::Create(Merge, Left);
169 BranchInst::Create(Merge, Right);
170 B.SetInsertPoint(Merge);