Home
last modified time | relevance | path

Searched refs:SubTypes (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp433 static bool advanceToNextLeafType(SmallVectorImpl<Type *> &SubTypes, in advanceToNextLeafType() argument
437 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType()
439 SubTypes.pop_back(); in advanceToNextLeafType()
450 ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()); in advanceToNextLeafType()
455 SubTypes.push_back(DeeperType); in advanceToNextLeafType()
474 static bool firstRealType(Type *Next, SmallVectorImpl<Type *> &SubTypes, in firstRealType() argument
480 SubTypes.push_back(Next); in firstRealType()
492 while (ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()) in firstRealType()
494 if (!advanceToNextLeafType(SubTypes, Path)) in firstRealType()
503 static bool nextRealType(SmallVectorImpl<Type *> &SubTypes, in nextRealType() argument
[all …]