Home
last modified time | relevance | path

Searched defs:ValueInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h165 struct ValueInfo { struct
170 ValueInfo() = default; argument
171 ValueInfo(bool HaveGVs, const GlobalValueSummaryMapTy::value_type *R) { in ValueInfo() function
178 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
179 const GlobalValue *getValue() const { in getValue()
184 ArrayRef<std::unique_ptr<GlobalValueSummary>> getSummaryList() const { in getSummaryList()
188 StringRef name() const { in name()
212 // ValueInfo lifetime. in setReadOnly() argument
231 inline raw_ostream &operator<<(raw_ostream &OS, const ValueInfo &VI) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h202 struct ValueInfo { struct
206 SmallVector<PredicateBase *, 4> Infos;
207 SmallVector<PredicateBase *, 4> UninsertedInfos;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp195 auto &ValueInfo = Mapping.second; in buildSetsFrom() local
215 auto &ValueInfo = Mapping.second; in buildSetsFrom() local
DCFLAndersAliasAnalysis.cpp611 auto &ValueInfo = Mapping.second; in initializeWorkList() local
744 auto &ValueInfo = Mapping.second; in buildAttrMap() local
DModuleSummaryAnalysis.cpp354 auto &ValueInfo = CallGraphEdges[Index.getOrInsertValueInfo( in computeFunctionSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp708 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap) { in runWholeProgramDevirtOnIndex()
715 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap) { in updateIndexWPDForExports()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp608 const auto &ValueInfo = getValueInfo(Op); in renameUses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp372 auto ValueInfo = Slots2Values.find(Slot); in getIRValue() local