Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp83 for (I = Refs.size() - 1; I >= 0 && Refs[I].isWriteOnly(); --I) in specialRefCounts()
217 if (!VI.isWriteOnly()) in propagateAttributesToRefs()
338 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar()
640 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
H A DAsmWriter.cpp3441 else if (Ref.isWriteOnly()) in printSummary()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp270 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
279 if (ImportIndex.isWriteOnly(GVS)) in processGlobalForThinLTO()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp315 if (!Index.isWriteOnly(cast<GlobalVarSummary>(RefSummary.get()))) in computeImportForReferencedGlobals()
639 return GVS && (Index.isReadOnly(GVS) || Index.isWriteOnly(GVS)); in checkVariableImport()
695 if (!Index.isWriteOnly(GVS)) in ComputeCrossModuleImport()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h202 bool isWriteOnly() const { in isWriteOnly() function
1439 bool isWriteOnly(const GlobalVarSummary *GVS) const {
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4498 else if (RI.isWriteOnly()) in writeCombinedGlobalValueSummary()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td1310 Accessor<"isWriteOnly", [Keyword<"__write_only">,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp1837 if (A && A->isWriteOnly()) in GenKernelArgMetadata()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8570 bool WriteOnly = Fwd->isWriteOnly(); in resolveFwdRef()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp1688 if (!(AccessQual && AccessQual->isWriteOnly())) { in checkOpenCLPipeArg()