Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h121 bool hasCFAluBug() const { return CFALUBug; } in hasCFAluBug() function
H A DR600ControlFlowFinalizer.cpp71 if (!ST->hasCFAluBug()) in requiresWorkAroundForInst()