Home
last modified time | relevance | path

Searched defs:isPending (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h101 bool isPending() const { in isPending() function
281 bool isPending(const InstRef &IR) const { in isPending() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h367 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; } in isPending() function
686 bool isPending() const { return Stage == IS_PENDING; } in isPending() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h294 bool isPending : 1; ///< True once pending. variable