Searched refs:isCBranchSCC (Results 1 – 1 of 1) sorted by relevance
273 bool isCBranchSCC(const SDNode *N) const;2318 bool AMDGPUDAGToDAGISel::isCBranchSCC(const SDNode *N) const { in isCBranchSCC() function in AMDGPUDAGToDAGISel2356 bool UseSCCBr = isCBranchSCC(N) && isUniformBr(N); in SelectBRCOND()