HomeSort by relevance Sort by last modified time
    Searched full:incorporatetype (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
TypeFinder.cpp 29 incorporateType(I->getType());
37 incorporateType(I->getType());
45 incorporateType(FI->getType());
59 incorporateType(I.getType());
91 /// incorporateType - This method adds the type to the list of used structures
93 void TypeFinder::incorporateType(Type *Ty) {
106 incorporateType(*I);
124 incorporateType(V->getType());
  /external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp 29 // IncorporateType - Incorporate one type and all of its subtypes into the
32 void FindUsedTypes::IncorporateType(Type *Ty) {
41 IncorporateType(*I);
45 IncorporateType(V->getType());
65 IncorporateType(I->getType());
71 IncorporateType(MI->getType());
81 IncorporateType(I.getType()); // Incorporate the type of the instruction
  /external/llvm/include/llvm/Analysis/
FindUsedTypes.h 45 /// IncorporateType - Incorporate one type and all of its subtypes into the
48 void IncorporateType(Type *Ty);
  /external/llvm/include/llvm/IR/
TypeFinder.h 61 /// incorporateType - This method adds the type to the list of used
63 void incorporateType(Type *Ty);

Completed in 450 milliseconds