HomeSort by relevance Sort by last modified time
    Searched full:allowedset (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 42 typedef SmallVector<unsigned, 16> AllowedSet;
88 const AllowedSet& getAllowedSet(unsigned vreg) const;
98 typedef DenseMap<unsigned, AllowedSet> AllowedSetMap;
135 const PBQPRAProblem::AllowedSet &vr1Allowed,
136 const PBQPRAProblem::AllowedSet &vr2Allowed,
156 const PBQPRAProblem::AllowedSet &vr1Allowed,
157 const PBQPRAProblem::AllowedSet &vr2Allowed,
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 118 typedef std::vector<unsigned> AllowedSet;
119 typedef std::vector<AllowedSet> AllowedSetMap;
174 const PBQPRAProblem::AllowedSet&
178 const AllowedSet &allowedSet = allowedSetItr->second;
179 return allowedSet;
185 const AllowedSet& allowedSet = getAllowedSet(vreg);
186 assert(option <= allowedSet.size() && "Option outside allowed set.");
187 return allowedSet[option - 1]
    [all...]

Completed in 51 milliseconds