Home
last modified time | relevance | path

Searched refs:LiveInSets (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp100 std::vector<SparseBitVector<>> *LiveInSets);
159 std::vector<SparseBitVector<>> LiveInSets; in runOnMachineFunction() local
161 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()
639 std::vector<SparseBitVector<>> *LiveInSets) { in SplitPHIEdges() argument
706 if (!PreMBB->SplitCriticalEdge(&MBB, *this, LiveInSets)) { in SplitPHIEdges()
H A DLiveVariables.cpp810 std::vector<SparseBitVector<>> &LiveInSets) { in addNewBlock() argument
813 SparseBitVector<> &BV = LiveInSets[SuccBB->getNumber()]; in addNewBlock()
H A DMachineBasicBlock.cpp1008 std::vector<SparseBitVector<>> *LiveInSets) { in SplitCriticalEdge() argument
1143 if (LiveInSets != nullptr) in SplitCriticalEdge()
1144 LV->addNewBlock(NMBB, this, Succ, *LiveInSets); in SplitCriticalEdge()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h303 std::vector<SparseBitVector<>> &LiveInSets);
H A DMachineBasicBlock.h833 std::vector<SparseBitVector<>> *LiveInSets = nullptr);