HomeSort by: relevance | last modified time | path
    Searched refs:LiveInSets (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PHIElimination.cpp 100 std::vector<SparseBitVector<>> *LiveInSets);
159 std::vector<SparseBitVector<>> LiveInSets;
161 LiveInSets.resize(MF.size());
174 LiveInSets[BlockNum].set(Index);
182 LiveInSets[MI->getParent()->getNumber()].set(Index);
188 Changed |= SplitPHIEdges(MF, MBB, MLI, (LV ? &LiveInSets : nullptr));
629 std::vector<SparseBitVector<>> *LiveInSets) {
696 if (!PreMBB->SplitCriticalEdge(&MBB, *this, LiveInSets)) {
LiveVariables.cpp 805 /// BB. LiveInSets[BB] is *not* updated (because it is not needed during
810 std::vector<SparseBitVector<>> &LiveInSets) {
813 SparseBitVector<> &BV = LiveInSets[SuccBB->getNumber()];
MachineBasicBlock.cpp 1034 std::vector<SparseBitVector<>> *LiveInSets) {
1169 if (LiveInSets != nullptr)
1170 LV->addNewBlock(NMBB, this, Succ, *LiveInSets);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h 303 std::vector<SparseBitVector<>> &LiveInSets);
MachineBasicBlock.h 837 std::vector<SparseBitVector<>> *LiveInSets = nullptr);

Completed in 38 milliseconds