Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h97 void reserveBlocks(unsigned Size) { Blocks.reserve(Size); } in reserveBlocks() function
DWebAssemblyExceptionInfo.cpp139 WE->reserveBlocks(NumBlocks); in discoverAndMapException()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h471 L->reserveBlocks(NumBlocks); in discoverAndMapSubloop()
DLoopInfo.h416 void reserveBlocks(unsigned size) { in reserveBlocks() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1162 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()
1314 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()