Searched refs:LiveInSets (Results 1 – 5 of 5) sorted by relevance
100 std::vector<SparseBitVector<>> *LiveInSets);159 std::vector<SparseBitVector<>> LiveInSets; in runOnMachineFunction() local161 LiveInSets.resize(MF.size()); in runOnMachineFunction()174 LiveInSets[BlockNum].set(Index); in runOnMachineFunction()182 LiveInSets[MI->getParent()->getNumber()].set(Index); in runOnMachineFunction()188 Changed |= SplitPHIEdges(MF, MBB, MLI, (LV ? &LiveInSets : nullptr)); in runOnMachineFunction()629 std::vector<SparseBitVector<>> *LiveInSets) { in SplitPHIEdges() argument696 if (!PreMBB->SplitCriticalEdge(&MBB, *this, LiveInSets)) { in SplitPHIEdges()
810 std::vector<SparseBitVector<>> &LiveInSets) { in addNewBlock() argument813 SparseBitVector<> &BV = LiveInSets[SuccBB->getNumber()]; in addNewBlock()
1034 std::vector<SparseBitVector<>> *LiveInSets) { in SplitCriticalEdge() argument1169 if (LiveInSets != nullptr) in SplitCriticalEdge()1170 LV->addNewBlock(NMBB, this, Succ, *LiveInSets); in SplitCriticalEdge()
303 std::vector<SparseBitVector<>> &LiveInSets);
837 std::vector<SparseBitVector<>> *LiveInSets = nullptr);