OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isallocable
(Results
1 - 1
of
1
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
90
bool isHeuristic,
isAllocable
, isInitialized;
97
: isHeuristic(false),
isAllocable
(false), isInitialized(false),
140
if (nd.
isAllocable
) {
230
bool n1WasAllocable = n1.
isAllocable
;
233
if (n1WasAllocable && !n1.
isAllocable
) {
242
bool n2WasAllocable = n2.
isAllocable
;
245
if (n2WasAllocable && !n2.
isAllocable
) {
272
bool ndWasAllocable = nd.
isAllocable
;
288
if (!ndWasAllocable && nd.
isAllocable
) {
408
nd.
isAllocable
= nd.numDenied < numRegs || nd.numSafe > 0
[
all
...]
Completed in 346 milliseconds