OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PBQPRAProblem
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
38
class
PBQPRAProblem
{
126
virtual std::auto_ptr<
PBQPRAProblem
> build(
136
const
PBQPRAProblem
::AllowedSet &vr1Allowed,
137
const
PBQPRAProblem
::AllowedSet &vr2Allowed,
147
virtual std::auto_ptr<
PBQPRAProblem
> build(
159
const
PBQPRAProblem
::AllowedSet &vr1Allowed,
160
const
PBQPRAProblem
::AllowedSet &vr2Allowed,
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
150
bool mapPBQPToRegAlloc(const
PBQPRAProblem
&problem,
163
unsigned
PBQPRAProblem
::getVRegForNode(PBQP::Graph::ConstNodeItr node) const {
169
PBQP::Graph::NodeItr
PBQPRAProblem
::getNodeForVReg(unsigned vreg) const {
176
const
PBQPRAProblem
::AllowedSet&
177
PBQPRAProblem
::getAllowedSet(unsigned vreg) const {
184
unsigned
PBQPRAProblem
::getPRegForOption(unsigned vreg, unsigned option) const {
192
std::auto_ptr<
PBQPRAProblem
> PBQPBuilder::build(MachineFunction *mf,
202
std::auto_ptr<
PBQPRAProblem
> p(new
PBQPRAProblem
());
289
const
PBQPRAProblem
::AllowedSet &vr1Allowed = p->getAllowedSet(vr1)
[
all
...]
Completed in 25 milliseconds