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.cpp189 bool InQueue; member
262 BBInfo.InQueue = false; in computeAvailable()
294 if (!BlockInfo[S->getNumber()].InQueue) { in computeAvailable()
295 BlockInfo[S->getNumber()].InQueue = true; in computeAvailable()
305 BBInfo.InQueue = false; in computeAnticipated()
343 if (!BlockInfo[P->getNumber()].InQueue) { in computeAnticipated()
344 BlockInfo[P->getNumber()].InQueue = true; in computeAnticipated()
464 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
475 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
H A DRISCVInsertVSETVLI.cpp847 bool InQueue = false; member
1305 BBInfo.InQueue = false; in computeIncomingVLVTYPE()
1349 if (!BlockInfo[S->getNumber()].InQueue) { in computeIncomingVLVTYPE()
1350 BlockInfo[S->getNumber()].InQueue = true; in computeIncomingVLVTYPE()
1828 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()