Searched refs:isSingleThreaded (Results 1 – 5 of 5) sorted by relevance
341 bool TargetTransformInfo::isSingleThreaded() const { in isSingleThreaded() function in TargetTransformInfo342 return TTIImpl->isSingleThreaded(); in isSingleThreaded()
505 LLVM_ABI bool isSingleThreaded() const;
161 virtual bool isSingleThreaded() const { return false; } in isSingleThreaded() function
1886 (TTI->isSingleThreaded() || SingleThread); in isThreadLocalObject()
416 bool isSingleThreaded() const override { in isSingleThreaded() function