Searched refs:RegisterPressure (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h1 //===-- RegisterPressure.h - Dynamic Register Pressure -*- C++ -*-------===//
10 // This file defines the RegisterPressure class which can be used to track
30 struct RegisterPressure { struct in namespace:llvm
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
[all...]
/freebsd-10.1-release/lib/clang/libllvmcodegen/
H A DMakefile91 RegisterPressure.cpp \
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp1 //===-- RegisterPressure.cpp - Dynamic Register Pressure ------------------===//
10 // This file implements the RegisterPressure class which can be used to track
15 #include "llvm/CodeGen/RegisterPressure.h"
58 void RegisterPressure::dump(const TargetRegisterInfo *TRI) const {

Completed in 63 milliseconds