Home
last modified time | relevance | path

Searched defs:markLive (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DADCE.cpp165 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anondaf7e35a0111::AggressiveDeadCodeElimination
378 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive() function in AggressiveDeadCodeElimination
404 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive() function in AggressiveDeadCodeElimination
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DADCE.cpp166 void markLive(BasicBlock *BB) { markLive(BlockInfo[BB]); } in markLive() function in __anon66b5e7e00111::AggressiveDeadCodeElimination
379 void AggressiveDeadCodeElimination::markLive(Instruction *I) { in markLive() function in AggressiveDeadCodeElimination
405 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive() function in AggressiveDeadCodeElimination
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp386 void SymbolReaper::markLive(SymbolRef sym) { in markLive() function in SymbolReaper
392 void SymbolReaper::markLive(const MemRegion *region) { in markLive() function in SymbolReaper
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp672 void DeadArgumentEliminationPass::markLive(const Function &F) { in markLive() function in DeadArgumentEliminationPass
687 void DeadArgumentEliminationPass::markLive(const RetOrArg &RA) { in markLive() function in DeadArgumentEliminationPass