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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp131 // satisfying the restrictions given by BeforeSet and AfterSet. BeforeSet
132 // contains instructions that should go before the marker, and AfterSet contains
133 // ones that should go after the marker. In this function, AfterSet is only
138 const SmallPtrSet<const MachineInstr *, 4> &AfterSet) {
145 assert(!AfterSet.count(&*std::prev(Pos)));
155 // satisfying the restrictions given by BeforeSet and AfterSet. BeforeSet
156 // contains instructions that should go before the marker, and AfterSet contains
162 const SmallPtrSet<const MachineInstr *, 4> &AfterSet) {
165 if (AfterSet.count(&*InsertPos)) {
265 SmallPtrSet<const MachineInstr *, 4> AfterSet; local
136 getEarliestInsertPos(MachineBasicBlock *MBB, const SmallPtrSet<const MachineInstr *, 4> &BeforeSet, const SmallPtrSet<const MachineInstr *, 4> &AfterSet) argument
160 getLatestInsertPos(MachineBasicBlock *MBB, const SmallPtrSet<const MachineInstr *, 4> &BeforeSet, const SmallPtrSet<const MachineInstr *, 4> &AfterSet) argument
394 SmallPtrSet<const MachineInstr *, 4> AfterSet; local
496 SmallPtrSet<const MachineInstr *, 4> AfterSet; local
[all...]

Completed in 59 milliseconds