Searched defs:isPending (Results 1 – 3 of 3) sorted by relevance
101 bool isPending() const { in isPending() function281 bool isPending(const InstRef &IR) const { in isPending() function
367 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; } in isPending() function686 bool isPending() const { return Stage == IS_PENDING; } in isPending() function
294 bool isPending : 1; ///< True once pending. variable