HomeSort by relevance Sort by last modified time
    Searched refs:CalculateSpillWeights (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 60 /// CalculateSpillWeights - Compute spill weights for all virtual register
62 class CalculateSpillWeights : public MachineFunctionPass {
66 CalculateSpillWeights() : MachineFunctionPass(ID) {
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 27 char CalculateSpillWeights::ID = 0;
28 INITIALIZE_PASS_BEGIN(CalculateSpillWeights, "calcspillweights",
32 INITIALIZE_PASS_END(CalculateSpillWeights, "calcspillweights",
35 void CalculateSpillWeights::getAnalysisUsage(AnalysisUsage &au) const {
43 bool CalculateSpillWeights::runOnMachineFunction(MachineFunction &MF) {
RegAllocBasic.cpp 146 AU.addRequired<CalculateSpillWeights>();
RegAllocPBQP.cpp 435 au.addRequired<CalculateSpillWeights>();
RegAllocGreedy.cpp 340 AU.addRequired<CalculateSpillWeights>();
    [all...]

Completed in 80 milliseconds