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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp91 #include "llvm/Transforms/Scalar/InferAddressSpaces.h"
161 class InferAddressSpaces : public FunctionPass { class in namespace:__anon2913
167 InferAddressSpaces() function in class:__anon2913::InferAddressSpaces
171 InferAddressSpaces(unsigned AS) : FunctionPass(ID), FlatAddrSpace(AS) { function in class:__anon2913::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",
1334 bool InferAddressSpaces::runOnFunction(Function &F) {
1348 return new InferAddressSpaces(AddressSpace);
/freebsd-current/lib/clang/libllvm/
H A DMakefile1826 SRCS_MIN+= Transforms/Scalar/InferAddressSpaces.cpp

Completed in 130 milliseconds