Searched refs:hasNoSync (Results 1 – 4 of 4) sorted by relevance
629 bool hasNoSync() const { in hasNoSync() function
526 return !F.isDeclaration() || !F.hasNoSync() || in AnalyzeCallGraph()
809 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
1662 [](const Function &F) { return F.hasNoSync(); }, in inferAttrsFromFunctionBodies()