Home
last modified time | relevance | path

Searched refs:IfEnd (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp712 BasicBlock *IfEnd = BasicBlock::Create(C, "C", F); in TEST_F() local
714 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2692 MachineBasicBlock *IfEnd = CurrentMerge; in structurizeComplexRegion() local
2696 TII->convertNonUniformIfRegion(CurrentMerge, IfEnd); in structurizeComplexRegion()
2716 MachineBasicBlock *IfEnd = CurrentMerge; in structurizeComplexRegion() local
2722 TII->convertNonUniformIfRegion(CurrentMerge, IfEnd); in structurizeComplexRegion()
DSIInstrInfo.h845 MachineBasicBlock *IfEnd) const;
DSIInstrInfo.cpp4849 MachineBasicBlock *IfEnd) const { in convertNonUniformIfRegion()
4869 IfEnd->insert(IfEnd->getFirstNonPHI(), SIEND); in convertNonUniformIfRegion()