Home
last modified time | relevance | path

Searched refs:PrevSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp222 uint64_t PrevSize = Size; in getInstruction() local
227 if (Size != PrevSize + 1) { in getInstruction()
247 uint64_t PrevSize = Size; in getInstruction() local
250 if (Val < 0 && Size == PrevSize + 1) { in getInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp656 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores() local
657 if (CurrDisp + CurrSize > PrevDisp + PrevSize) in removeRedundantBlockingStores()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3880 const unsigned PrevSize = WorkList.size(); in copyCoalesceInMBB() local
3924 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB()
3926 WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(), in copyCoalesceInMBB()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5121 unsigned PrevSize = 0u; in setClauseInfo() local
5141 PrevSize += C.size(); in setClauseInfo()
5144 *CLSI = PrevSize; in setClauseInfo()