Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DEntryStage.cpp31 void EntryStage::getNextInstruction() { in getNextInstruction() function in llvm::mca::EntryStage
49 getNextInstruction(); in execute()
55 getNextInstruction(); in cycleStart()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DEntryStage.h33 void getNextInstruction();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp892 auto getNextInstruction = [&](Instruction *Cur) { in getReductionOpChain() local
922 Instruction *Cur = getNextInstruction(Phi); in getReductionOpChain()
931 Cur = getNextInstruction(Cur); in getReductionOpChain()