Searched defs:markLive (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ | ||
H A D | ADCE.cpp | 166 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anon535d972b0111::AggressiveDeadCodeElimination |
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ | ||
H A D | SymbolManager.cpp | 382 void SymbolReaper::markLive(SymbolRef sym) { in markLive() function in SymbolReaper |