Home
last modified time | relevance | path

Searched refs:Live (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp80 bool Live = false; member
89 bool Live = false; member
113 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()
127 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive()
131 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive()
317 EntryInfo.Live = true; in initialize()
381 if (Info.Live) in markLive()
385 Info.Live = true; in markLive()
406 if (BBInfo.Live) in markLive()
409 BBInfo.Live = true; in markLive()
[all …]
H A DRewriteStatepointsForGC.cpp1902 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() argument
1918 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca()
1932 for (Value *V : Live) in relocationViaAlloca()
2079 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca()
2553 SmallVector<Value *, 128> Live; in insertParsePoints() local
2562 llvm::append_range(Live, Info.StatepointToken->gc_args()); in insertParsePoints()
2582 unique_unsorted(Live); in insertParsePoints()
2586 for (auto *Ptr : Live) in insertParsePoints()
2591 relocationViaAlloca(F, DT, Live, Records); in insertParsePoints()
2943 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp158 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() argument
159 if (Live.isLive(D)) in isLive()
270 const LiveVariables::LivenessValues &Live) { in CheckVarDecl() argument
279 if (!isLive(Live, VD) && in CheckVarDecl()
290 const LiveVariables::LivenessValues& Live) { in CheckDeclRef() argument
292 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
319 const LiveVariables::LivenessValues &Live) override { in observeStmt() argument
359 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); in observeStmt()
373 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
406 if (!isLive(Live, V) && in observeStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp364 return Live; in MarkIfNotLive()
402 if (Result != Live) in SurveyUse()
422 if (Result == Live) in SurveyUse()
435 return Live; in SurveyUse()
445 return Live; in SurveyUse()
457 return Live; in SurveyUse()
474 if (Result == Live) in SurveyUses()
583 if (RetValLiveness[Idx] != Live) { in SurveyFunction()
585 if (RetValLiveness[Idx] == Live) in SurveyFunction()
592 if (SurveyUse(&U, MaybeLiveAggregateUses) == Live) { in SurveyFunction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
183 io.mapOptional("Live", summary.Live);
229 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
251 static_cast<bool>(FSum->flags().Live),
H A DModuleSummaryIndex.h316 unsigned Live : 1;
336 bool NotEligibleToImport, bool Live, bool IsLocal,
339 NotEligibleToImport(NotEligibleToImport), Live(Live),
413 bool isLive() const { return Flags.Live; }
415 void setLive(bool Live) { Flags.Live = Live; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp595 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second)) in exportToDot()
597 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second)) in exportToDot()
599 if (Flags.Live && hasConstantFlag(SummaryIt.second)) in exportToDot()
613 if (!Flags.Live) in exportToDot()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dorion5x-linkstation-lsgl.dts3 * (also known as Buffalo Linkstation Pro/Live)
56 model = "Buffalo Linkstation Pro/Live";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp444 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
448 Live.insert(*SubRegs); in HandlePhysRegDef()
458 if (Live.count(SubReg)) in HandlePhysRegDef()
463 Live.insert(*SS); in HandlePhysRegDef()
474 if (!Live.count(SubReg)) in HandlePhysRegDef()
H A DRDFLiveness.cpp929 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
932 CopyLiveIns(SI, Live); in resetKills()
950 Live.reset(*SR); in resetKills()
960 if (!Live[*AR]) in resetKills()
968 Live.set(*SR); in resetKills()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h74 enum Liveness { Live, MaybeLive }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
375 Op.setIsKill(!Live); in genMuxInBlock()
/netbsd-src/external/gpl2/texinfo/dist/
H A Dconfigure.ac20 # (NetBSD and TeX Live), timestamps are generally not preserved. This
185 # For teTeX and TeX Live.
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Ddevelopment.rst119 Live preview of docs
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1160 Live Intervals
1163 Live Intervals are the ranges (intervals) where a variable is *live*. They are
1169 Live Variable Analysis
1176 (i.e., they are killed). Live variable information is computed for
1187 Physical registers may be live in to or out of a function. Live in values are
1188 typically arguments in registers. Live out values are typically return values in
1189 registers. Live in values are marked as such, and are given a dummy "defining"
1207 Live Intervals Analysis
1214 of the basic block. Live intervals for virtual registers are computed for some
1452 * *Basic* --- This is an incremental approach to register allocation. Live
H A DJITLink.rst245 ``Live`` flag.
270 * ``Live`` is a boolean that can be set to mark this symbol as root for
H A DMIRLangRef.rst313 Live In Registers
/netbsd-src/sys/arch/cobalt/conf/
H A DINSTALL256 #emuxki* at pci? dev ? function ? # SoundBlaster Live!
H A DGENERIC275 #emuxki* at pci? dev ? function ? # SoundBlaster Live!
/netbsd-src/external/mit/isl/dist/doc/
H A Disl.bib478 title = "Live-Range Reordering",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5732 bool Live = false; in isLRAvailable() local
5738 Live = false; in isLRAvailable()
5747 Live = true; in isLRAvailable()
5751 Live = true; in isLRAvailable()
5753 return !Live; in isLRAvailable()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dzones.inc.rst329 This sets the default Time-To-Live (TTL) for subsequent records with undefined
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dconsole684 >0 belong 0 Microsoft Xbox 360 package (non-Xbox Live)
687 >0x104 belong 0 Microsoft Xbox 360 package (Xbox Live)
H A Danimation818 # Live or stored single AAC stream (used with MPEG-2 systems)
855 # Live MPEG-4 audio streams (instead of RTP FlexMux)
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history432 10/11 "Saturday Night Live" premiers on NBC-TV, 1975

1234