Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h86 SmallPtrSetImpl<MachineBasicBlock *> &getBlocksSet() { return BlockSet; } in getBlocksSet() function
H A DWebAssemblyExceptionInfo.cpp209 for (auto *MBB : SrcWE->getBlocksSet()) { in recalculate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp415 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
417 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1677 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1876 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1878 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1908 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1924 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h689 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
691 OtherL->getBlocksSet(); in compareLoops()
H A DLoopInfo.h215 SmallPtrSetImpl<const BlockT *> &getBlocksSet() { in getBlocksSet() function
221 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const { in getBlocksSet() function