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

  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 65 Constant *EndCf;
149 EndCf = M.getOrInsertFunction(
250 if (OldEnd && OldEnd->getCalledFunction() == EndCf) {
304 // We can't insert an EndCF call into a loop header, because it will
315 BB = llvm::SplitBlockPredecessors(BB, Preds, "endcf.split", DT, LI, false);
318 CallInst::Create(EndCf, popSaved(), "", &*BB->getFirstInsertionPt());
SILowerControlFlow.cpp 86 void EndCf(MachineInstr &MI);
279 void SILowerControlFlowPass::EndCf(MachineInstr &MI) {
527 EndCf(MI);

Completed in 527 milliseconds