Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp65 Constant *EndCf; member in __anoncda3c9e40111::SIAnnotateControlFlow
149 EndCf = M.getOrInsertFunction( in doInitialization()
250 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()
318 CallInst::Create(EndCf, popSaved(), "", &*BB->getFirstInsertionPt()); in closeControlFlow()
DSILowerControlFlow.cpp86 void EndCf(MachineInstr &MI);
279 void SILowerControlFlowPass::EndCf(MachineInstr &MI) { in EndCf() function in SILowerControlFlowPass
527 EndCf(MI); in runOnMachineFunction()