Searched refs:LoopTops (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 87 DenseMap<const MachineInstr *, MachineInstr *> &LoopTops, in PlaceBlockMarker() argument 160 LoopTops[&*InsertPos]->getParent()->getNumber() >= Header->getNumber()) in PlaceBlockMarker() 177 DenseMap<const MachineInstr *, MachineInstr *> &LoopTops, in PlaceLoopMarker() argument 211 LoopTops[End] = Begin; in PlaceLoopMarker() 244 DenseMap<const MachineInstr *, MachineInstr *> &LoopTops) { in FixEndsAtEndOfFunction() argument 273 LoopTops[&MI]->getOperand(0).setImm(int32_t(retType)); in FixEndsAtEndOfFunction() 305 DenseMap<const MachineInstr *, MachineInstr *> LoopTops; in PlaceMarkers() local 312 PlaceLoopMarker(MBB, MF, ScopeTops, LoopTops, TII, MLI); in PlaceMarkers() 315 PlaceBlockMarker(MBB, MF, ScopeTops, BlockTops, LoopTops, TII, MLI, MDT, MFI); in PlaceMarkers() 336 Stack.push_back(LoopTops[&MI]->getParent()); in PlaceMarkers() [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 400 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()
|