Searched refs:UVect (Results 1 – 2 of 2) sorted by relevance
200 typedef std::vector<unsigned> UVect; in partitionRegisters() typedef267 UVect WorkQ; in partitionRegisters()485 typedef std::vector<unsigned> UVect; in collectIndRegsForLoop() typedef486 UVect DP; in collectIndRegsForLoop()513 UVect::iterator End = std::remove_if(DP.begin(), DP.end(), NoIndOp); in collectIndRegsForLoop()
223 using UVect = std::vector<unsigned>; in partitionRegisters() typedef290 UVect WorkQ; in partitionRegisters()532 using UVect = std::vector<unsigned>; in collectIndRegsForLoop() typedef534 UVect DP; in collectIndRegsForLoop()561 UVect::iterator End = llvm::remove_if(DP, NoIndOp); in collectIndRegsForLoop()