Home
last modified time | relevance | path

Searched refs:RelooperAlgorithm (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp71 struct RelooperAlgorithm { struct
79 RelooperAlgorithm();
80 ~RelooperAlgorithm();
111 RelooperAlgorithm R; in runOnFunction()
185 RelooperAlgorithm::RelooperAlgorithm() in RelooperAlgorithm() function in RelooperAlgorithm
190 RelooperAlgorithm::~RelooperAlgorithm() { in ~RelooperAlgorithm()
197 void RelooperAlgorithm::AddBlock(Block *New, int Id) { in AddBlock()
203 RelooperAlgorithm *Parent;
204 RelooperRecursor(RelooperAlgorithm *ParentInit) : Parent(ParentInit) {} in RelooperRecursor()
207 void RelooperAlgorithm::Calculate(Block *Entry) { in Calculate()
[all …]