Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp74 static bool isEndCF(const MachineInstr& MI, const SIRegisterInfo* TRI) { in isEndCF() function
177 if (MBB.succ_size() != 1 || Lead == E || !isEndCF(*Lead, TRI)) in runOnMachineFunction()
194 if (NextLead == Succ->end() || !isEndCF(*NextLead, TRI) || in runOnMachineFunction()