Searched defs:LiveIn (Results 1 – 15 of 15) sorted by relevance
96 SmallVector<LiveInBlock, 16> LiveIn; variable
74 bool LiveIn; ///< Current reg is live in. member
102 SmallVector<LiveInBlock, 16> LiveIn; variable
41 BitVector LiveIn; member
107 bool LiveIn; ///< Current reg is live in. member
626 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock() local
261 BitVector LiveIn; member
232 yaml::MachineFunctionLiveIn LiveIn; in convert() local
372 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
873 LaneBitmask LiveIn = Use.LaneMask & ~LiveMask; in advance() local
462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering() local698 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); in liveness() local758 LivenessBV &LiveIn = Liveness->getLiveIn(this); in liveness() local838 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in livenessAddIntervals() local1411 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump() local
59 LivenessBV LiveIn, LiveOut; variable
626 RefMap LiveIn; in computeLiveIns() local680 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local775 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
406 for (const auto &LiveIn : YamlMF.LiveIns) { in initializeRegisterInfo() local
148 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; member