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

/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp62 Constant *EndCf; member in class:__anon2459::SIAnnotateControlFlow
144 EndCf = M.getOrInsertFunction(
230 if (OldEnd && OldEnd->getCalledFunction() == EndCf) {
286 CallInst::Create(EndCf, popSaved(), "", BB->getFirstInsertionPt());
H A DSILowerControlFlow.cpp83 void EndCf(MachineInstr &MI);
291 void SILowerControlFlowPass::EndCf(MachineInstr &MI) { function in class:SILowerControlFlowPass
493 EndCf(MI);

Completed in 97 milliseconds