Lines Matching full:alive
90 // The alive bits of the input are the swapped alive bits of in determineLiveOperandBits()
95 // The alive bits of the input are the reversed alive bits of in determineLiveOperandBits()
305 // For integer-valued instructions, set up an initial empty set of alive in performAnalysis()
343 LLVM_DEBUG(dbgs() << " Alive Out: 0x" in performAnalysis()
354 // Compute the set of alive bits for each operand. These are anded into the in performAnalysis()
355 // existing set, if any, and if that changes the set of alive bits, the in performAnalysis()
371 // Bits of each operand that are used to compute alive bits of the in performAnalysis()
372 // output are alive, all others are dead. in performAnalysis()
384 // If we've added to the set of alive bits (or the operand has not in performAnalysis()
509 // First, the alive carry bits are determined from the alive output bits: in determineLiveOperandBitsAddCarry()
520 // Then, the alive input bits are determined from the alive carry bits: in determineLiveOperandBitsAddCarry()