Searched refs:InferAddressSpaces (Results 1 – 5 of 5) sorted by relevance
161 class InferAddressSpaces : public FunctionPass { class167 InferAddressSpaces() : in InferAddressSpaces() function in __anonc947adbc0111::InferAddressSpaces169 InferAddressSpaces(unsigned AS) : FunctionPass(ID), FlatAddrSpace(AS) {} in InferAddressSpaces() function in __anonc947adbc0111::InferAddressSpaces250 char InferAddressSpaces::ID = 0;252 INITIALIZE_PASS_BEGIN(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces",256 INITIALIZE_PASS_END(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces", in INITIALIZE_PASS_DEPENDENCY()1294 bool InferAddressSpaces::runOnFunction(Function &F) { in runOnFunction()1308 return new InferAddressSpaces(AddressSpace); in createInferAddressSpacesPass()
24 InferAddressSpaces.cpp
35 "InferAddressSpaces.cpp",
20 D: InferAddressSpaces
5615 llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h