Searched refs:EndCf (Results 1 – 3 of 3) sorted by relevance
73 Function *EndCf; member in __anon0311751c0111::SIAnnotateControlFlow156 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf); in doInitialization()282 while (OldEnd && OldEnd->getCalledFunction() != EndCf) in handleLoopCondition()284 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()381 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
65 Constant *EndCf; member in __anoncda3c9e40111::SIAnnotateControlFlow161 EndCf = M.getOrInsertFunction( in doInitialization()289 while (OldEnd && OldEnd->getCalledFunction() != EndCf) in handleLoopCondition()291 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()372 CallInst::Create(EndCf, Exec, "", &*BB->getFirstInsertionPt()); in closeControlFlow()
87 void EndCf(MachineInstr &MI);363 void SILowerControlFlow::EndCf(MachineInstr &MI) { in EndCf() function in SILowerControlFlow757 EndCf(MI); in runOnMachineFunction()