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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp59 template <typename T> class ConcreteRegion : public Region { class in namespace:__anon5384
63 ConcreteRegion(const T *Region) : Region(Region) {} function in class:__anon5384::ConcreteRegion
75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; }
100 LoopMap[ML] = std::make_unique<ConcreteRegion<MachineLoop>>(ML);
107 std::make_unique<ConcreteRegion<WebAssemblyException>>(WE);

Completed in 180 milliseconds