Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp849 auto Suc = std::next(CallMI->getIterator()); in collectCallSiteParameters() local
853 assert(std::next(Suc) == BundleEnd && in collectCallSiteParameters()
856 if (!interpretNextInstr(&*Suc, ForwardedRegWorklist, Params)) in collectCallSiteParameters()
900 auto Suc = std::next(MI.getIterator()); in constructCallSiteEntryDIEs() local
903 auto DelaySlotBundle = getBundleStart(Suc); in constructCallSiteEntryDIEs()
1924 auto Suc = std::next(MI.getIterator()); in beginInstruction() local
1925 (void)Suc; in beginInstruction()
1929 assert(Suc->isBundledWithPred() && in beginInstruction()