Searched defs:AllocationOrder (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAllocationOrder.cpp1 //===-- 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, function in class:AllocationOrder
H A DAllocationOrder.h1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
13 // hints and target hooks. The AllocationOrder class encapsulates all of that.
28 class AllocationOrder { class in namespace:llvm
34 /// Create a new AllocationOrder for VirtReg.
38 AllocationOrder(unsigned VirtReg,

Completed in 411 milliseconds