Searched defs:isLive (Results 1 – 6 of 6) sorted by relevance
126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anondbfc698c0111::AggressiveDeadCodeElimination130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anondbfc698c0111::AggressiveDeadCodeElimination
335 bool isLive; member
190 bool isLive(unsigned RegNo) const { in isLive() function
404 bool isLive() const { in isLive() function
1622 bool isLive; in eliminateUndefCopy() local
63134 bool isLive() const { return isLiveHash(keyHash); } in isLive() function in js::detail::HashTableEntry