Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2464 if (auto BallotCond = combineBallotPattern(VCMP, NegatedBallot)) { in SelectBRCOND() local
2465 Cond = BallotCond; in SelectBRCOND()
2466 UseSCCBr = !BallotCond->isDivergent(); in SelectBRCOND()