Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h98 void reserveBlocks(unsigned Size) { Blocks.reserve(Size); } in reserveBlocks() function
DWebAssemblyExceptionInfo.cpp150 WE->reserveBlocks(NumBlocks); in discoverAndMapException()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h402 L->reserveBlocks(NumBlocks); in discoverAndMapSubloop()
DLoopInfo.h297 void reserveBlocks(unsigned size) { in reserveBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h372 void reserveBlocks(unsigned size) { in reserveBlocks() function
DLoopInfoImpl.h484 L->reserveBlocks(NumBlocks); in discoverAndMapSubloop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1046 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()
1198 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()