Home
last modified time | relevance | path

Searched defs:IsPrevailing (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp600 struct IsPrevailing { struct
601 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy;
602 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in IsPrevailing() function
606 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp665 struct IsPrevailing { struct
666 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy;
667 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in IsPrevailing() argument
671 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp271 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in calculatePrevailingSummary()
373 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOPropagateFunctionAttrs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp912 std::function<bool(GlobalValue::GUID)> IsPrevailing; member in __anon614e6b880411::ModuleSummaryIndexBitcodeReader
6723 std::function<bool(GlobalValue::GUID)> IsPrevailing) in ModuleSummaryIndexBitcodeReader()
7994 std::function<bool(GlobalValue::GUID)> IsPrevailing) { in readSummary()