Home
last modified time | relevance | path

Searched defs:BeforeSet (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp178 getEarliestInsertPos(MachineBasicBlock *MBB, const Container &BeforeSet, in getEarliestInsertPos()
202 getLatestInsertPos(MachineBasicBlock *MBB, const Container &BeforeSet, in getLatestInsertPos()
297 SmallPtrSet<const MachineInstr *, 4> BeforeSet; in placeBlockMarker() local
419 SmallPtrSet<const MachineInstr *, 4> BeforeSet; in placeLoopMarker() local
521 SmallPtrSet<const MachineInstr *, 4> BeforeSet; in placeTryMarker() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h250 class BeforeSet; variable