Searched refs:UseDefFreq (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 /// @param UseDefFreq Expected number of executed use and def instructions
35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);

Completed in 51 milliseconds