OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsinvariantpass
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/
RSInvariant.cpp
30
*
RSInvariantPass
- This pass looks for Loads that access
64
class
RSInvariantPass
: public llvm::FunctionPass {
68
RSInvariantPass
() : FunctionPass(ID), EmptyMDNode(nullptr) { }
139
}; // end
RSInvariantPass
141
char
RSInvariantPass
::ID = 0;
142
llvm::RegisterPass<
RSInvariantPass
> X("rsinvariant", "RS Invariant Load Pass");
150
return new
RSInvariantPass
();
RSKernelExpand.cpp
309
* The name "RsExpandKernelDriverInfoPfx" is known to
RSInvariantPass
(RSInvariant.cpp).
[
all
...]
Completed in 226 milliseconds