Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp31 Error EntryStage::getNextInstruction() { in getNextInstruction() function in llvm::mca::EntryStage
54 return getNextInstruction(); in execute()
59 return getNextInstruction(); in cycleStart()
65 return getNextInstruction(); in cycleResume()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DEntryStage.h33 Error getNextInstruction();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1154 auto getNextInstruction = [&](Instruction *Cur) -> Instruction * { in getReductionOpChain() local
1217 Instruction *Cur = getNextInstruction(Phi); in getReductionOpChain()
1226 Cur = getNextInstruction(Cur); in getReductionOpChain()