HomeSort by relevance Sort by last modified time
    Searched defs:PHIJoins (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 122 /// PHIJoins - list of virtual registers that are PHI joins. These registers
125 SparseBitVector<> PHIJoins;
302 bool isPHIJoin(unsigned Reg) { return PHIJoins.test(Reg); }
305 void setPHIJoin(unsigned Reg) { PHIJoins.set(Reg); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveVariables.h 121 /// PHIJoins - list of virtual registers that are PHI joins. These registers
124 SparseBitVector<> PHIJoins;
301 bool isPHIJoin(unsigned Reg) { return PHIJoins.test(Reg); }
304 void setPHIJoin(unsigned Reg) { PHIJoins.set(Reg); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 130 /// PHIJoins - list of virtual registers that are PHI joins. These registers
133 SparseBitVector<> PHIJoins;
310 bool isPHIJoin(unsigned Reg) { return PHIJoins.test(Reg); }
313 void setPHIJoin(unsigned Reg) { PHIJoins.set(Reg); }

Completed in 809 milliseconds