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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 1 //===-- RegisterPressure.h - Dynamic Register Pressure -*- C++ -*-------===//
10 // This file defines the RegisterPressure class which can be used to track
30 struct RegisterPressure {
56 /// RegisterPressure computed within a region of instructions delimited by
65 struct IntervalPressure : RegisterPressure {
77 /// RegisterPressure computed within a region of instructions delimited by
80 struct RegionPressure : RegisterPressure {
240 /// be tracked across a larger region by storing a RegisterPressure result at
244 /// RegPressureTracker holds a reference to a RegisterPressure result that it
261 RegisterPressure &P
    [all...]
  /external/llvm/lib/CodeGen/
Android.mk 91 RegisterPressure.cpp \
RegisterPressure.cpp 1 //===-- RegisterPressure.cpp - Dynamic Register Pressure ------------------===//
10 // This file implements the RegisterPressure class which can be used to track
15 #include "llvm/CodeGen/RegisterPressure.h"
59 void RegisterPressure::dump(const TargetRegisterInfo *TRI) const {
    [all...]

Completed in 67 milliseconds