Lines Matching refs:markLive
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()
401 markLive(BBInfo); in markLive()
404 void AggressiveDeadCodeElimination::markLive(BlockInfoType &BBInfo) { in markLive() function in AggressiveDeadCodeElimination
417 markLive(BBInfo.Terminator); in markLive()
497 markLive(BB->getTerminator()); in markLiveBranchesFromControlDependences()