Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp844 auto Suc = std::next(CallMI->getIterator()); in collectCallSiteParameters() local
848 assert(std::next(Suc) == BundleEnd && in collectCallSiteParameters()
851 if (!interpretNextInstr(&*Suc, ForwardedRegWorklist, Params, ClobberedRegUnits)) in collectCallSiteParameters()
895 auto Suc = std::next(MI.getIterator()); in constructCallSiteEntryDIEs() local
898 auto DelaySlotBundle = getBundleStart(Suc); in constructCallSiteEntryDIEs()
2010 auto Suc = std::next(MI.getIterator()); in beginInstruction() local
2011 (void)Suc; in beginInstruction()
2015 assert(Suc->isBundledWithPred() && in beginInstruction()