Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
629 std::vector<SparseBitVector<>> *LiveInSets) { in SplitPHIEdges() argument
696 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.cpp1034 std::vector<SparseBitVector<>> *LiveInSets) { in SplitCriticalEdge() argument
1169 if (LiveInSets != nullptr) in SplitCriticalEdge()
1170 LV->addNewBlock(NMBB, this, Succ, *LiveInSets); in SplitCriticalEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveVariables.h303 std::vector<SparseBitVector<>> &LiveInSets);
H A DMachineBasicBlock.h837 std::vector<SparseBitVector<>> *LiveInSets = nullptr);