Searched refs:isCBranchSCC (Results 1 – 3 of 3) sorted by relevance
215 bool isCBranchSCC(const SDNode *N) const;1654 bool AMDGPUDAGToDAGISel::isCBranchSCC(const SDNode *N) const { in isCBranchSCC() function in AMDGPUDAGToDAGISel1689 bool UseSCCBr = isCBranchSCC(N) && isUniformBr(N); in SelectBRCOND()
41 static bool isCBranchSCC(const SDNode *N) { in isCBranchSCC() function1333 if (isCBranchSCC(N)) { in SelectBRCOND()
309 return isCBranchSCC(N);