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

/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp775 void FindNaturals(Shape *Root, Shape *Otherwise = nullptr) { function in struct:PostOptimizer
778 FindNaturals(Root->Next, Otherwise);
786 FindNaturals(iter.second, Root->Natural);
789 FindNaturals(Loop->Inner, Loop->Inner);
977 FindNaturals(Root);

Completed in 61 milliseconds