Home
last modified time | relevance | path

Searched refs:hasNoSync (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h629 bool hasNoSync() const { in hasNoSync() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp526 return !F.isDeclaration() || !F.hasNoSync() || in AnalyzeCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp809 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1662 [](const Function &F) { return F.hasNoSync(); }, in inferAttrsFromFunctionBodies()