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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 478 /// FindUnusedRegisters - Gather a list of allocatable registers that
480 bool FindUnusedRegisters(LiveIntervals* LIs);
VirtRegMap.cpp 224 /// FindUnusedRegisters - Gather a list of allocatable registers that
226 bool VirtRegMap::FindUnusedRegisters(LiveIntervals* LIs) {
RegAllocLinearScan.cpp 678 if (!vrm_->FindUnusedRegisters(li_))
    [all...]

Completed in 86 milliseconds