Searched refs:LiveInSets (Results 1 – 5 of 5) sorted by relevance
98 std::vector<SparseBitVector<>> *LiveInSets);158 std::vector<SparseBitVector<>> LiveInSets; in runOnMachineFunction() local160 LiveInSets.resize(MF.size()); in runOnMachineFunction()173 LiveInSets[BlockNum].set(Index); in runOnMachineFunction()181 LiveInSets[MI->getParent()->getNumber()].set(Index); in runOnMachineFunction()187 Changed |= SplitPHIEdges(MF, MBB, MLI, (LV ? &LiveInSets : nullptr)); in runOnMachineFunction()654 std::vector<SparseBitVector<>> *LiveInSets) { in SplitPHIEdges() argument721 if (!PreMBB->SplitCriticalEdge(&MBB, *this, LiveInSets)) { in SplitPHIEdges()
885 std::vector<SparseBitVector<>> &LiveInSets) { in addNewBlock() argument888 SparseBitVector<> &BV = LiveInSets[SuccBB->getNumber()]; in addNewBlock()
1038 std::vector<SparseBitVector<>> *LiveInSets) { in SplitCriticalEdge() argument1167 if (LiveInSets != nullptr) in SplitCriticalEdge()1168 LV->addNewBlock(NMBB, this, Succ, *LiveInSets); in SplitCriticalEdge()
308 std::vector<SparseBitVector<>> &LiveInSets);
920 std::vector<SparseBitVector<>> *LiveInSets = nullptr);