Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DFindUsedTypes.cpp25 char FindUsedTypes::ID = 0;
26 INITIALIZE_PASS(FindUsedTypes, "print-used-types",
32 void FindUsedTypes::IncorporateType(Type *Ty) { in IncorporateType()
44 void FindUsedTypes::IncorporateValue(const Value *V) { in IncorporateValue()
59 bool FindUsedTypes::runOnModule(Module &m) { in runOnModule()
95 void FindUsedTypes::print(raw_ostream &OS, const Module *M) const { in print()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DFindUsedTypes.h25 class FindUsedTypes : public ModulePass {
29 FindUsedTypes() : ModulePass(ID) { in FindUsedTypes() function
/external/swiftshader/third_party/LLVM/include/llvm/
DLinkAllPasses.h155 (void)new llvm::FindUsedTypes(); in ForcePassLinking()