Searched refs:IfBreak (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 53 Function *IfBreak; member in __anon0078d3720111::SIAnnotateControlFlow 140 IfBreak = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if_break, in initialize() 239 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition() 248 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition() 254 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition()
|