Searched refs:isPrunable (Results 1 – 4 of 4) sorted by relevance
546 void setPrunable(bool isPrunable, bool override = false) {549 IsPrunable = isPrunable;553 bool isPrunable() const { return IsPrunable.value_or(false); } in isPrunable() function
798 bool isPrunable() const { return IsPrunable; } in isPrunable() function
460 containsSomethingInteresting |= !event.isPrunable(); in removeUnneededCalls()
3517 Piece->setPrunable(T->isPrunable()); in VisitNode()