Searched defs:isPending (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h104 bool isPending() const { function in class:llvm::mca::MemoryGroup
279 bool isPending(const InstRef &IR) const { function in class:llvm::mca::LSUnitBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h268 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; } function in class:llvm::mca::ReadState
528 bool isPending() const { return Stage == IS_PENDING; } function in class:llvm::Instruction

Completed in 69 milliseconds