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 57 /// CalculateSpillWeights - Compute spill weights for all virtual register
59 class CalculateSpillWeights : public MachineFunctionPass {
63 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 {
42 bool CalculateSpillWeights::runOnMachineFunction(MachineFunction &fn) {
RegAllocBasic.cpp 153 AU.addRequired<CalculateSpillWeights>();
RegAllocPBQP.cpp 493 au.addRequired<CalculateSpillWeights>();
RegAllocGreedy.cpp 343 AU.addRequired<CalculateSpillWeights>();
    [all...]

Completed in 182 milliseconds