HomeSort by relevance Sort by last modified time
    Searched refs:EndCf (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 60 Constant *EndCf;
142 EndCf = M.getOrInsertFunction(
228 if (OldEnd && OldEnd->getCalledFunction() == EndCf) {
284 CallInst::Create(EndCf, popSaved(), "", BB->getFirstInsertionPt());
SILowerControlFlow.cpp 83 void EndCf(MachineInstr &MI);
272 void SILowerControlFlowPass::EndCf(MachineInstr &MI) {
456 EndCf(MI);

Completed in 62 milliseconds