Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp151 class InferAddressSpaces : public FunctionPass { class
157 InferAddressSpaces() : in InferAddressSpaces() function in __anon869a5a570111::InferAddressSpaces
159 InferAddressSpaces(unsigned AS) : FunctionPass(ID), FlatAddrSpace(AS) {} in InferAddressSpaces() function in __anon869a5a570111::InferAddressSpaces
227 char InferAddressSpaces::ID = 0;
235 INITIALIZE_PASS(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces",
1189 bool InferAddressSpaces::runOnFunction(Function &F) { in runOnFunction()
1200 return new InferAddressSpaces(AddressSpace); in createInferAddressSpacesPass()
H A DCMakeLists.txt23 InferAddressSpaces.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/
H A DMakefile29 InferAddressSpaces.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn34 "InferAddressSpaces.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCODE_OWNERS.TXT20 D: InferAddressSpaces