Home
last modified time | relevance | path

Searched refs:isWriteOnly (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp84 for (I = Refs.size() - 1; I >= 0 && Refs[I].isWriteOnly(); --I) in specialRefCounts()
212 if (!VI.isWriteOnly()) in propagateAttributesToRefs()
332 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar()
627 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
H A DAsmWriter.cpp3390 else if (Ref.isWriteOnly()) in printSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp245 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
254 if (ImportIndex.isWriteOnly(GVS)) in processGlobalForThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp349 if (!Index.isWriteOnly(cast<GlobalVarSummary>(RefSummary.get()))) in computeImportForReferencedGlobals()
677 return GVS && (Index.isReadOnly(GVS) || Index.isWriteOnly(GVS)); in checkVariableImport()
733 if (!Index.isWriteOnly(GVS)) in ComputeCrossModuleImport()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h201 bool isWriteOnly() const { in isWriteOnly() function
1227 bool isWriteOnly(const GlobalVarSummary *GVS) const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4250 else if (RI.isWriteOnly()) in writeCombinedGlobalValueSummary()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1607 if (A && A->isWriteOnly()) in GenOpenCLArgMetadata()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1242 Accessor<"isWriteOnly", [Keyword<"__write_only">,
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8161 bool WriteOnly = Fwd->isWriteOnly(); in resolveFwdRef()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1114 if (!(AccessQual && AccessQual->isWriteOnly())) { in checkOpenCLPipeArg()