Searched defs:LiveIn (Results 1 – 8 of 8) sorted by relevance
102 SmallVector<LiveInBlock, 16> LiveIn; variable
72 bool LiveIn; ///< Current reg is live in. member
101 BitVector LiveIn; member
627 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock() local
219 yaml::MachineFunctionLiveIn LiveIn; in convert() local
382 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
372 for (const auto &LiveIn : YamlMF.LiveIns) { in initializeRegisterInfo() local
150 DenseMap<BasicBlock *, DenseSet<Value *>> LiveIn; member