Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp718 auto GetFallThroughSucc = [=](MachineBasicBlock *B) -> MachineBasicBlock * { in removeMBBifRedundant() local
747 if (GetFallThroughSucc(P) == &MBB) in removeMBBifRedundant()
759 if (!GetFallThroughSucc(Succ)) { in removeMBBifRedundant()