Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp160 bool InQueue; member
242 BBInfo.InQueue = false; in computeAvailable()
274 if (!BlockInfo[S->getNumber()].InQueue) { in computeAvailable()
275 BlockInfo[S->getNumber()].InQueue = true; in computeAvailable()
284 BBInfo.InQueue = false; in computeAnticipated()
318 if (!BlockInfo[P->getNumber()].InQueue) { in computeAnticipated()
319 BlockInfo[P->getNumber()].InQueue = true; in computeAnticipated()
438 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
449 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()
H A DRISCVInsertVSETVLI.cpp737 bool InQueue = false; member
1185 BBInfo.InQueue = false; in computeIncomingVLVTYPE()
1229 if (!BlockInfo[S->getNumber()].InQueue) { in computeIncomingVLVTYPE()
1230 BlockInfo[S->getNumber()].InQueue = true; in computeIncomingVLVTYPE()
1644 BlockInfo[MBB.getNumber()].InQueue = true; in runOnMachineFunction()