OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPRegOption
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
74
bool
isPRegOption
(unsigned vreg, unsigned option) const {
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
183
assert(
isPRegOption
(vreg, option) && "Not a preg option.");
486
if (problem.
isPRegOption
(vreg, alloc)) {
Completed in 22 milliseconds