Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp65 Constant *EndCf; member in __anon7c43e1ae0111::SIAnnotateControlFlow
149 EndCf = M.getOrInsertFunction( in doInitialization()
242 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()
311 CallInst::Create(EndCf, popSaved(), "", BB->getFirstInsertionPt()); in closeControlFlow()
DSILowerControlFlow.cpp86 void EndCf(MachineInstr &MI);
277 void SILowerControlFlowPass::EndCf(MachineInstr &MI) { in EndCf() function in SILowerControlFlowPass
490 EndCf(MI); in runOnMachineFunction()