Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp83 for (I = Refs.size() - 1; I >= 0 && Refs[I].isWriteOnly(); --I) in specialRefCounts()
229 if (!VI.isWriteOnly()) in propagateAttributesToRefs()
350 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar()
670 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
H A DAsmWriter.cpp3603 else if (Ref.isWriteOnly()) in printSummary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp270 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
279 if (ImportIndex.isWriteOnly(GVS)) in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp407 if (!Index.isWriteOnly(GVS)) in onImportingSummaryImpl()
1049 return GVS && (Index.isReadOnly(GVS) || Index.isWriteOnly(GVS)) && in checkVariableImport()
1112 if (!Index.isWriteOnly(GVS)) in ComputeCrossModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp400 if (!(AccessQual && AccessQual->isWriteOnly())) { in checkPipeArg()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h213 bool isWriteOnly() const { in isWriteOnly() function
1579 bool isWriteOnly(const GlobalVarSummary *GVS) const {
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4729 else if (RI.isWriteOnly()) in writeCombinedGlobalValueSummary()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2270 if (A && A->isWriteOnly()) in GenKernelArgMetadata()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1528 Accessor<"isWriteOnly", [CustomKeyword<"__write_only">,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9184 bool WriteOnly = Fwd->isWriteOnly(); in resolveFwdRef()