HomeSort by: relevance | last modified time | path
    Searched defs:markLive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 377 markLive(I);
382 void SymbolReaper::markLive(SymbolRef sym) {
387 void SymbolReaper::markLive(const MemRegion *region) {
398 markLive(*SI);
486 markLive(sym);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ADCE.cpp 162 void markLive(Instruction *I);
165 void markLive(BlockInfoType &BB);
166 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); }
248 markLive(&I);
289 markLive(Term);
311 markLive(BlockInfo[DFNode->getBlock()].Terminator);
319 markLive(EntryInfo.Terminator);
366 markLive(Inst);
379 void AggressiveDeadCodeElimination::markLive(Instruction *I)
    [all...]

Completed in 17 milliseconds