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

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp91 struct RelooperAnalysis final : public FunctionPass {
93 RelooperAnalysis() : FunctionPass(ID) {} function in struct:__anon3031::final
102 // RelooperAnalysis
104 char RelooperAnalysis::ID = 0;
106 return new RelooperAnalysis();
109 bool RelooperAnalysis::runOnFunction(Function &F) {

Completed in 101 milliseconds