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

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp202 struct RelooperRecursor { struct
204 RelooperRecursor(RelooperAlgorithm *ParentInit) : Parent(ParentInit) {} function in struct:RelooperRecursor
209 struct PreOptimizer : public RelooperRecursor {
210 PreOptimizer(RelooperAlgorithm *Parent) : RelooperRecursor(Parent) {}
298 struct Analyzer : public RelooperRecursor {
299 Analyzer(RelooperAlgorithm *Parent) : RelooperRecursor(Parent) {}

Completed in 103 milliseconds