Searched refs:isDSOLocal (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp21 return GV.isDSOLocal() && !GV.isImplicitDSOLocal();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp56 !GV.isDSOLocal() ||
82 !GlovalVarOp->isDSOLocal() ||
H A DFunctionImportUtils.cpp282 } else if (VI && VI.isDSOLocal(ImportIndex.withDSOLocalPropagation())) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp70 setDSOLocal(Src->isDSOLocal());
102 !isDSOLocal();
277 if (isELF && !isDSOLocal())
H A DModuleSummaryIndex.cpp55 bool ValueInfo::isDSOLocal(bool WithDSOLocalPropagation) const { function in class:ValueInfo
59 ? getSummaryList().size() && getSummaryList()[0]->isDSOLocal()
64 return Summary->isDSOLocal();
290 IsDSOLocal &= S->isDSOLocal();
H A DConstants.cpp698 if (LHSGV->isDSOLocal() && RHSGV->isDSOLocal())
701 if (RHSGV->isDSOLocal())
H A DVerifier.cpp627 Assert(!GV.isDSOLocal(),
637 Assert(GV.isDSOLocal(),
H A DAsmWriter.cpp3492 if (GV.isDSOLocal() && !GV.isImplicitDSOLocal())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp47 to->setDSOLocal(from->isDSOLocal());
H A DTargetLoweringObjectFileImpl.cpp1083 if (GV->isDSOLocal() || GV->isImplicitDSOLocal())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp115 if (GV->isDSOLocal())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp459 /* Live = */ false, F.isDSOLocal(),
579 /* Live = */ false, V.isDSOLocal(),
622 /* Live = */ false, A.isDSOLocal(),
700 /* Local */ GV->isDSOLocal(),
H A DStackSafetyAnalysis.cpp186 O << " @" << Name << ((F && F->isDSOLocal()) ? "" : " dso_preemptable")
652 if (!S->isLive() || !S->isDSOLocal())
668 if (GV->isDeclaration() || GV->isInterposable() || !GV->isDSOLocal())
685 assert(FS.isDSOLocal());
1028 if (FS->isLive() && FS->isDSOLocal()) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h282 bool isDSOLocal() const {
H A DModuleSummaryIndex.h233 bool isDSOLocal(bool WithDSOLocalPropagation = false) const;
419 bool isDSOLocal() const { return Flags.DSOLocal; } function in class:llvm::CalleeInfo::GlobalValueSummary
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp593 ManagedVar->setDSOLocal(Var->isDSOLocal());
1075 ManagedVar->setDSOLocal(Var->isDSOLocal());
1141 Var->setDSOLocal(F->isDSOLocal());
H A DCGVTables.cpp922 if (UsingRelativeLayout && !VTable->isDSOLocal())
938 assert(!VTable->isDSOLocal() && "This should be called only if the vtable is "
H A DItaniumCXXABI.cpp1793 if (VTContext.isRelativeLayout() && !VTable->isDSOLocal())
2420 guard->setDSOLocal(var->isDSOLocal());
2955 Init->setDSOLocal(Var->isDSOLocal());
H A DCGDecl.cpp362 GV->setDSOLocal(OldGV->isDSOLocal());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp213 AddUnsigned(VI.isDSOLocal(Index.withDSOLocalPropagation()));
232 AddUnsigned(ET.first.isDSOLocal(Index.withDSOLocalPropagation()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1068 if (F->isDSOLocal()) {
1758 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical))
H A DGlobalOpt.cpp2459 Target->setDSOLocal(J->isDSOLocal());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1350 GV.isDSOLocal() ||
1362 Vals.push_back(GV.isDSOLocal());
1401 Vals.push_back(F.isDSOLocal());
1426 Vals.push_back(A.isDSOLocal());
1446 Vals.push_back(I.isDSOLocal());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp493 M.getPIELevel() == PIELevel::Default && GV.isDSOLocal())

Completed in 504 milliseconds