Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp160 bool InQueue; member
243 BBInfo.InQueue = false; in computeAvailable()
275 if (!BlockInfo[S->getNumber()].InQueue) { in computeAvailable()
276 BlockInfo[S->getNumber()].InQueue = true; in computeAvailable()
285 BBInfo.InQueue = false; in computeAnticipated()
319 if (!BlockInfo[P->getNumber()].InQueue) { in computeAnticipated()
320 BlockInfo[P->getNumber()].InQueue = true; in computeAnticipated()
440 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
451 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
H A DRISCVInsertVSETVLI.cpp866 bool InQueue = false; member
1313 BBInfo.InQueue = false; in computeIncomingVLVTYPE()
1357 if (!BlockInfo[S->getNumber()].InQueue) { in computeIncomingVLVTYPE()
1358 BlockInfo[S->getNumber()].InQueue = true; in computeIncomingVLVTYPE()
1810 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()