Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DADCE.cpp159 void markLive(Instruction *I);
162 void markLive(BlockInfoType &BB);
163 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anona47701230111::AggressiveDeadCodeElimination
245 markLive(&I); in initialize()
286 markLive(Term); in initialize()
308 markLive(BlockInfo[DFNode->getBlock()].Terminator); in initialize()
316 markLive(EntryInfo.Terminator); in initialize()
363 markLive(Inst); in markLiveInstructions()
376 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive() function in AggressiveDeadCodeElimination
397 markLive(BB); in markLive()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp381 markLive(*I); in markDependentsLive()
386 void SymbolReaper::markLive(SymbolRef sym) { in markLive() function in SymbolReaper
392 void SymbolReaper::markLive(const MemRegion *region) { in markLive() function in SymbolReaper
403 markLive(*SI); in markElementIndicesLive()
495 markLive(sym); in isLive()
DEnvironment.cpp129 SymReaper.markLive(sym); in VisitSymbol()
133 SymReaper.markLive(R); in VisitMemRegion()
DRegionStore.cpp2349 SymReaper.markLive(SymR->getSymbol()); in VisitCluster()
2377 SymReaper.markLive(R); in VisitBinding()
2392 SymReaper.markLive(*SI); in VisitBinding()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h522 void markLive(SymbolRef sym);
559 void markLive(const MemRegion *region);