Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTailDuplicator.cpp675 const SmallPtrSet<MachineBasicBlock *, 8> &SuccsB) { in bothUsedInPHI() argument
677 if (SuccsB.count(BB) && !BB->empty() && BB->begin()->isPHI()) in bothUsedInPHI()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp619 const SmallPtrSet<MachineBasicBlock *, 8> &SuccsB) { in bothUsedInPHI() argument
621 if (SuccsB.count(BB) && !BB->empty() && BB->begin()->isPHI()) in bothUsedInPHI()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp619 SmallPtrSet<MachineBasicBlock*, 8> SuccsB) { in bothUsedInPHI() argument
623 if (SuccsB.count(BB) && !BB->empty() && BB->begin()->isPHI()) in bothUsedInPHI()