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

  /external/swiftshader/third_party/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/swiftshader/third_party/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 163 AU.addRequired<CalculateSpillWeights>();
RegAllocLinearScan.cpp 212 AU.addRequired<CalculateSpillWeights>();
394 INITIALIZE_PASS_DEPENDENCY(CalculateSpillWeights)
    [all...]
RegAllocPBQP.cpp 456 au.addRequired<CalculateSpillWeights>();
Splitter.cpp 266 au.addPreserved<CalculateSpillWeights>();
RegAllocGreedy.cpp 334 AU.addRequired<CalculateSpillWeights>();
    [all...]

Completed in 130 milliseconds