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

  /external/llvm/lib/CodeGen/
VirtRegMap.h 58 DenseMap<const TargetRegisterClass*, BitVector> allocatableRCRegs;
504 if (allocatableRCRegs[RC][Reg])
VirtRegMap.cpp 81 allocatableRCRegs.clear();
84 allocatableRCRegs.insert(std::make_pair(*I,

Completed in 741 milliseconds