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

  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 1 //===-- llvm/CodeGen/AllocationOrder.cpp - Allocation Order ---------------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
17 #include "AllocationOrder.h"
30 AllocationOrder::AllocationOrder(unsigned VirtReg,
AllocationOrder.h 1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
28 class AllocationOrder {
34 /// Create a new AllocationOrder for VirtReg.
38 AllocationOrder(unsigned VirtReg,

Completed in 61 milliseconds