Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp400 DenseMap<const MachineInstr *, const MachineBasicBlock *> &LoopTops, in PlaceLoopMarker() argument
430 LoopTops[End] = &MBB; in PlaceLoopMarker()
465 DenseMap<const MachineInstr *, const MachineBasicBlock *> LoopTops; in PlaceMarkers() local
469 PlaceLoopMarker(MBB, MF, ScopeTops, LoopTops, TII, MLI); in PlaceMarkers()
495 Stack.push_back(LoopTops[&MI]); in PlaceMarkers()