Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp161 void markLive(Instruction *I);
164 void markLive(BlockInfoType &BB);
165 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anon684284570111::AggressiveDeadCodeElimination
247 markLive(&I); in initialize()
288 markLive(Term); in initialize()
310 markLive(BlockInfo[DFNode->getBlock()].Terminator); in initialize()
318 markLive(EntryInfo.Terminator); in initialize()
365 markLive(Inst); in markLiveInstructions()
378 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive() function in AggressiveDeadCodeElimination
399 markLive(BB); in markLive()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp161 void markLive(Instruction *I);
164 void markLive(BlockInfoType &BB);
165 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anonb014e6cb0111::AggressiveDeadCodeElimination
247 markLive(&I); in initialize()
288 markLive(Term); in initialize()
310 markLive(BlockInfo[DFNode->getBlock()].Terminator); in initialize()
318 markLive(EntryInfo.Terminator); in initialize()
365 markLive(Inst); in markLiveInstructions()
378 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive() function in AggressiveDeadCodeElimination
399 markLive(BB); in markLive()
[all …]
/external/llvm-project/lld/ELF/
DMarkLive.cpp254 eh->markLive(); in run()
331 template <class ELFT> void elf::markLive() { in markLive() function in elf
336 sec->markLive(); in markLive()
380 sec->markLive(); in markLive()
382 isec->markLive(); in markLive()
403 template void elf::markLive<ELF32LE>();
404 template void elf::markLive<ELF32BE>();
405 template void elf::markLive<ELF64LE>();
406 template void elf::markLive<ELF64BE>();
DMarkLive.h15 template <class ELFT> void markLive();
DInputSection.h91 void markLive() { partition = 1; } in markLive() function
/external/llvm-project/lld/wasm/
DMarkLive.cpp63 sym->markLive(); in enqueue()
117 WasmSym::callCtors->markLive(); in run()
151 void markLive() { in markLive() function
DInputFiles.h66 void markLive() { live = true; } in markLive() function
109 markLive(); in ObjFile()
177 markLive(); in BitcodeFile()
DMarkLive.h15 void markLive();
DDriver.cpp260 object->markLive(); in addFile()
640 WasmSym::memoryBase->markLive(); in createSyntheticSymbols()
641 WasmSym::tableBase->markLive(); in createSyntheticSymbols()
645 WasmSym::stackPointer->markLive(); in createSyntheticSymbols()
992 markLive(); in link()
DSymbols.cpp136 void Symbol::markLive() { in markLive() function in lld::wasm::Symbol
139 file->markLive(); in markLive()
DRelocations.cpp64 f->stubFunction->markLive(); in reportUndefined()
DSymbols.h97 void markLive();
/external/llvm-project/lld/lib/Core/
DResolver.cpp319 void Resolver::markLive(const Atom *atom) { in markLive() function in lld::Resolver
328 markLive(ref->target()); in markLive()
331 markLive(target); in markLive()
361 markLive(absAtom); in deadStripOptimize()
380 markLive(dsrAtom); in deadStripOptimize()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
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()
DEnvironment.cpp158 SymReaper.markLive(sym); in VisitSymbol()
163 SymReaper.markLive(R); in VisitMemRegion()
/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()
/external/llvm-project/lld/COFF/
DMarkLive.h20 void markLive(ArrayRef<Chunk *> chunks);
DMarkLive.cpp23 void markLive(ArrayRef<Chunk *> chunks) { in markLive() function
/external/llvm-project/clang/unittests/StaticAnalyzer/
DSymbolReaperTest.cpp38 SymReaper.markLive(FR); in performTest()
/external/llvm-project/lld/include/lld/Core/
DResolver.h71 void markLive(const Atom *atom);
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
DIteratorModeling.cpp311 SR.markLive(*i); in checkLiveSymbols()
319 SR.markLive(*i); in checkLiveSymbols()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h550 void markLive(SymbolRef sym);
574 void markLive(const MemRegion *region);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h522 void markLive(SymbolRef sym);
559 void markLive(const MemRegion *region);

12