Searched defs:RSInvariantPass (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvariant.cpp30 * RSInvariantPass - This pass looks for Loads that access
64 class RSInvariantPass : public llvm::FunctionPass { class in namespace:__anon1178
68 RSInvariantPass() : FunctionPass(ID), EmptyMDNode(nullptr) { } function in class:__anon1178::RSInvariantPass
139 }; // end RSInvariantPass
141 char RSInvariantPass::ID = 0;
142 llvm::RegisterPass<RSInvariantPass> X("rsinvariant", "RS Invariant Load Pass");
150 return new RSInvariantPass();

Completed in 46 milliseconds