HomeSort by relevance Sort by last modified time
    Searched refs:getBlocksSet (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 176 SmallPtrSetImpl<const BlockT *> &getBlocksSet() {
182 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const {
    [all...]
LoopInfoImpl.h 689 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet();
690 const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 295 OldContainingL->getBlocksSet().erase(&Preheader);
297 OldContainingL->getBlocksSet().erase(BB);
    [all...]

Completed in 94 milliseconds