Home
last modified time | relevance | path

Searched defs:ArgIndices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp167 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
276 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
427 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h251 std::vector<TypeIndex> ArgIndices; variable
676 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord()
692 SmallVector<TypeIndex, MaxArgs> ArgIndices; variable