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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp65 bool dominatesAllReachable(MachineBasicBlock &MBB);
159 bool SIInsertSkips::dominatesAllReachable(MachineBasicBlock &MBB) { function in class:SIInsertSkips
444 // TODO: The dominatesAllReachable check is conservative: if the
449 dominatesAllReachable(MBB)) {
461 dominatesAllReachable(MBB)) {

Completed in 93 milliseconds