Searched defs:isPending (Results 1 – 3 of 3) sorted by relevance
104 bool isPending() const { in isPending() function284 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
282 bool isPending : 1; ///< True once pending. variable