Home
last modified time | relevance | path

Searched refs:markLive (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp162 void markLive(Instruction *I);
165 void markLive(BlockInfoType &BB);
166 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anon535d972b0111::AggressiveDeadCodeElimination
248 markLive(&I); in initialize()
289 markLive(Term); in initialize()
311 markLive(BlockInfo[DFNode->getBlock()].Terminator); in initialize()
319 markLive(EntryInfo.Terminator); in initialize()
366 markLive(Inst); in markLiveInstructions()
379 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive() function in AggressiveDeadCodeElimination
400 markLive(BB); in markLive()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp377 markLive(I); in markDependentsLive()
382 void SymbolReaper::markLive(SymbolRef sym) { in markLive() function in SymbolReaper
387 void SymbolReaper::markLive(const MemRegion *region) { in markLive() function in SymbolReaper
398 markLive(*SI); in markElementIndicesLive()
486 markLive(sym); in isLive()
H A DEnvironment.cpp158 SymReaper.markLive(sym); in VisitSymbol()
163 SymReaper.markLive(R); in VisitMemRegion()
H A DRegionStore.cpp2536 SymReaper.markLive(SymR->getSymbol()); in VisitCluster()
2564 SymReaper.markLive(R); in VisitBinding()
2578 SymReaper.markLive(*SI); in VisitBinding()
H A DExprEngine.cpp721 SymReaper.markLive(Sym); in removeDead()
723 SymReaper.markLive(MR); in removeDead()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp228 SR.markLive(CData.getBegin()); in checkLiveSymbols()
230 SR.markLive(SIE->getLHS()); in checkLiveSymbols()
233 SR.markLive(CData.getEnd()); in checkLiveSymbols()
235 SR.markLive(SIE->getLHS()); in checkLiveSymbols()
H A DIteratorModeling.cpp311 SR.markLive(*i); in checkLiveSymbols()
319 SR.markLive(*i); in checkLiveSymbols()
H A DSmartPtrModeling.cpp328 SR.markLive(*si); in checkLiveSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h550 void markLive(SymbolRef sym);
574 void markLive(const MemRegion *region);