Home
last modified time | relevance | path

Searched defs:ExternalFunctionsPassedConstants (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/opt/
DAnalysisWrappers.cpp32 struct ExternalFunctionsPassedConstants : public ModulePass { struct
33 static char ID; // Pass ID, replacement for typeid
34 ExternalFunctionsPassedConstants() : ModulePass(ID) {} in ExternalFunctionsPassedConstants() function
35 bool runOnModule(Module &M) override { in runOnModule()
64 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/tools/opt/
DAnalysisWrappers.cpp32 struct ExternalFunctionsPassedConstants : public ModulePass { struct
33 static char ID; // Pass ID, replacement for typeid
34 ExternalFunctionsPassedConstants() : ModulePass(ID) {} in ExternalFunctionsPassedConstants() argument
35 virtual bool runOnModule(Module &M) { in runOnModule()
65 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()