Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp699 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
820 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
971 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp551 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
679 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
825 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h815 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord()
833 SmallVector<TypeIndex, 4> ArgIndices; variable