Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/R600/
HDSIAnnotateControlFlow.cpp62 Constant *EndCf; member in __anon14b6a5450111::SIAnnotateControlFlow
144 EndCf = M.getOrInsertFunction( in doInitialization()
230 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()
286 CallInst::Create(EndCf, popSaved(), "", BB->getFirstInsertionPt()); in closeControlFlow()
HDSILowerControlFlow.cpp83 void EndCf(MachineInstr &MI);
291 void SILowerControlFlowPass::EndCf(MachineInstr &MI) { in EndCf() function in SILowerControlFlowPass
493 EndCf(MI); in runOnMachineFunction()