HomeSort by relevance Sort by last modified time
    Searched refs:MBFI (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 33 MBFI = new BlockFrequencyImpl<MachineBasicBlock, MachineFunction,
38 delete MBFI;
49 MBFI->doFunction(&F, &MBPI);
60 return MBFI->getBlockFreq(MBB);
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 103 const MachineBlockFrequencyInfo *MBFI) {
105 Node, EI, MBFI, MBFI->getMBPI(), ViewHotFreqPercent);
139 if (!MBFI)
140 MBFI.reset(new ImplType);
141 MBFI->calculate(F, MBPI, MLI);
152 void MachineBlockFrequencyInfo::releaseMemory() { MBFI.reset(); }
169 return MBFI ? MBFI->getBlockFreq(MBB) : 0;
174 const Function *F = MBFI->getFunction()->getFunction()
    [all...]
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
142 MachineBlockFrequencyInfo *MBFI)
143 : MF(MF), MBFI(MBFI) {}
164 /// MBFI is only set if hotness is requested.
165 MachineBlockFrequencyInfo *MBFI;
176 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
142 MachineBlockFrequencyInfo *MBFI)
143 : MF(MF), MBFI(MBFI) {}
164 /// MBFI is only set if hotness is requested.
165 MachineBlockFrequencyInfo *MBFI;
176 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
142 MachineBlockFrequencyInfo *MBFI)
143 : MF(MF), MBFI(MBFI) {}
164 /// MBFI is only set if hotness is requested.
165 MachineBlockFrequencyInfo *MBFI;
176 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
148 MachineBlockFrequencyInfo *MBFI)
149 : MF(MF), MBFI(MBFI) {}
185 /// MBFI is only set if hotness is requested.
186 MachineBlockFrequencyInfo *MBFI;
197 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
142 MachineBlockFrequencyInfo *MBFI)
143 : MF(MF), MBFI(MBFI) {}
164 /// MBFI is only set if hotness is requested.
165 MachineBlockFrequencyInfo *MBFI;
176 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
142 MachineBlockFrequencyInfo *MBFI)
143 : MF(MF), MBFI(MBFI) {}
164 /// MBFI is only set if hotness is requested.
165 MachineBlockFrequencyInfo *MBFI;
176 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 57 const MachineBlockFrequencyInfo &MBFI;
64 const MachineBlockFrequencyInfo &mbfi,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
77 const MachineBlockFrequencyInfo &MBFI,
MachineOptimizationRemarkEmitter.h 11 /// analysis pass so that by using this service passes become dependent on MBFI
12 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
142 MachineBlockFrequencyInfo *MBFI)
143 : MF(MF), MBFI(MBFI) {}
164 /// MBFI is only set if hotness is requested.
165 MachineBlockFrequencyInfo *MBFI;
176 bool shouldEmitVerbose() { return MBFI != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 56 const MachineBlockFrequencyInfo &MBFI;
63 const MachineBlockFrequencyInfo &mbfi,
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
76 const MachineBlockFrequencyInfo &MBFI,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 31 BlockFrequencyImpl<MachineBasicBlock, MachineFunction, MachineBranchProbabilityInfo> *MBFI;

Completed in 1199 milliseconds

1 2 3 4 5