Searched refs:PHIBBs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp562 SmallPtrSet<MachineBasicBlock*, 4> PHIBBs; local
569 PHIBBs.insert(UI.getParent());
576 if (PHIBBs.count(UseMBB))

Completed in 98 milliseconds