Searched refs:isSingleton (Results 1 – 7 of 7) sorted by relevance
211 bool FullyScheduled = SB0 != nullptr && !SB0->isSingleton(); in getBndlSchedState()218 if (SB->isSingleton()) { in getBndlSchedState()230 if ((SB != nullptr && !SB->isSingleton()) || in getBndlSchedState()231 (SB0 != nullptr && !SB0->isSingleton())) in getBndlSchedState()263 if (SB->isSingleton()) in trimSchedule()
151 bool isSingleton(const SMSNode &N) const { in isSingleton() function490 if (isSingleton(N)) { in unlink()
1055 bool isSingleton() const { return getHeight() == 1; }1143 bool isSingleton() const { return getHeight() == 1; }
159 bool isSingleton(const FunctionDecl *F);
139 if (isSingleton(callee)) in tryToFindPtrOrigin()
495 bool isSingleton(const FunctionDecl *F) { in isSingleton() function
138 bool isSingleton() const { return Nodes.size() == 1u; } in isSingleton() function