Home
last modified time | relevance | path

Searched refs:isSingleton (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.cpp211 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h151 bool isSingleton(const SMSNode &N) const { in isSingleton() function
490 if (isSingleton(N)) { in unlink()
H A DImmutableSet.h1055 bool isSingleton() const { return getHeight() == 1; }
1143 bool isSingleton() const { return getHeight() == 1; }
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h159 bool isSingleton(const FunctionDecl *F);
H A DASTUtils.cpp139 if (isSingleton(callee)) in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp495 bool isSingleton(const FunctionDecl *F) { in isSingleton() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.h138 bool isSingleton() const { return Nodes.size() == 1u; } in isSingleton() function