Searched refs:hasNoSync (Results 1 – 5 of 5) sorted by relevance
637 bool hasNoSync() const { in hasNoSync() function
526 return !F.isDeclaration() || !F.hasNoSync() || in AnalyzeCallGraph()
840 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
2055 [](const Function &F) { return F.hasNoSync(); }, in inferAttrsFromFunctionBodies()
12863 if (F->onlyReadsMemory() && F->hasNoSync()) in initialize()