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
814 bool isPrunable() const { return IsPrunable; } in isPrunable() function
471 containsSomethingInteresting |= !event.isPrunable(); in removeUnneededCalls()
3473 Piece->setPrunable(T->isPrunable()); in VisitNode()