Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp161 class InferAddressSpaces : public FunctionPass { class
167 InferAddressSpaces() in InferAddressSpaces() function in __anon4c4dbe8c0111::InferAddressSpaces
171 InferAddressSpaces(unsigned AS) : FunctionPass(ID), FlatAddrSpace(AS) { in InferAddressSpaces() function in __anon4c4dbe8c0111::InferAddressSpaces
254 char InferAddressSpaces::ID = 0;
256 INITIALIZE_PASS_BEGIN(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces",
260 INITIALIZE_PASS_END(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces", in INITIALIZE_PASS_DEPENDENCY()
1338 bool InferAddressSpaces::runOnFunction(Function &F) { in runOnFunction()
1352 return new InferAddressSpaces(AddressSpace); in createInferAddressSpacesPass()
/freebsd/lib/clang/libllvm/
H A DMakefile1843 SRCS_MIN+= Transforms/Scalar/InferAddressSpaces.cpp