Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp162 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
283 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
427 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in doPromotion() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h245 std::vector<TypeIndex> ArgIndices; variable
670 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord()
686 SmallVector<TypeIndex, MaxArgs> ArgIndices; variable