/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 161 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/ |
D | ADCE.cpp | 161 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/ |
D | MarkLive.cpp | 254 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>();
|
D | MarkLive.h | 15 template <class ELFT> void markLive();
|
D | InputSection.h | 91 void markLive() { partition = 1; } in markLive() function
|
/external/llvm-project/lld/wasm/ |
D | MarkLive.cpp | 63 sym->markLive(); in enqueue() 117 WasmSym::callCtors->markLive(); in run() 151 void markLive() { in markLive() function
|
D | InputFiles.h | 66 void markLive() { live = true; } in markLive() function 109 markLive(); in ObjFile() 177 markLive(); in BitcodeFile()
|
D | MarkLive.h | 15 void markLive();
|
D | Driver.cpp | 260 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()
|
D | Symbols.cpp | 136 void Symbol::markLive() { in markLive() function in lld::wasm::Symbol 139 file->markLive(); in markLive()
|
D | Relocations.cpp | 64 f->stubFunction->markLive(); in reportUndefined()
|
D | Symbols.h | 97 void markLive();
|
/external/llvm-project/lld/lib/Core/ |
D | Resolver.cpp | 319 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/ |
D | SymbolManager.cpp | 377 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()
|
D | Environment.cpp | 158 SymReaper.markLive(sym); in VisitSymbol() 163 SymReaper.markLive(R); in VisitMemRegion()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 381 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()
|
D | Environment.cpp | 129 SymReaper.markLive(sym); in VisitSymbol() 133 SymReaper.markLive(R); in VisitMemRegion()
|
/external/llvm-project/lld/COFF/ |
D | MarkLive.h | 20 void markLive(ArrayRef<Chunk *> chunks);
|
D | MarkLive.cpp | 23 void markLive(ArrayRef<Chunk *> chunks) { in markLive() function
|
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | SymbolReaperTest.cpp | 38 SymReaper.markLive(FR); in performTest()
|
/external/llvm-project/lld/include/lld/Core/ |
D | Resolver.h | 71 void markLive(const Atom *atom);
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ContainerModeling.cpp | 228 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()
|
D | IteratorModeling.cpp | 311 SR.markLive(*i); in checkLiveSymbols() 319 SR.markLive(*i); in checkLiveSymbols()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 550 void markLive(SymbolRef sym); 574 void markLive(const MemRegion *region);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 522 void markLive(SymbolRef sym); 559 void markLive(const MemRegion *region);
|