Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInvariant.cpp64 class RSInvariantPass : public llvm::FunctionPass { class
68 RSInvariantPass() : FunctionPass(ID), EmptyMDNode(nullptr) { } in RSInvariantPass() function in __anonbe39acc10111::RSInvariantPass
141 char RSInvariantPass::ID = 0;
142 llvm::RegisterPass<RSInvariantPass> X("rsinvariant", "RS Invariant Load Pass");
150 return new RSInvariantPass(); in createRSInvariantPass()