Searched defs:BestCost (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp592 int BestCost = SUSchedulingCost(*Best); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h128 BestCost, Weak}; enumerator in enum:llvm::ConvergingVLIWScheduler::CandResult
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp442 computeMapping( MachineInstr &MI, const RegisterBankInfo::InstructionMapping &InstrMapping, SmallVectorImpl<RepairingPlacement> &RepairPts, const RegBankSelect::MappingCost *BestCost) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp715 unsigned BestCost = spillImpossible; local
720 LLVM_DEBUG(dbgs() << "Cost: " << Cost << " BestCost: " << BestCost << '\n'); local
H A DRegAllocGreedy.cpp1115 EvictionCost BestCost; local
1835 BlockFrequency BestCost; local
1848 MBFI->printBlockFreq(dbgs(), BestCost) << '\ local
1872 calculateRegionSplitCost(LiveInterval &VirtReg, AllocationOrder &Order, BlockFrequency &BestCost, unsigned &NumCands, bool IgnoreCSR, bool *CanCauseEvictionChain) argument
[all...]

Completed in 183 milliseconds