OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BestReg
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocFast.cpp
515
unsigned
BestReg
= 0, BestCost = spillImpossible;
525
BestReg
= *I, BestCost = Cost;
528
if (
BestReg
) {
529
definePhysReg(MI,
BestReg
, regFree);
530
return assignVirtToPhysReg(LRE,
BestReg
);
[
all
...]
LiveIntervalAnalysis.cpp
[
all
...]
Completed in 30 milliseconds