Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp223 uint64_t PrevSize = Size; in getInstruction() local
228 if (Size != PrevSize + 1) { in getInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp650 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores() local
651 if (CurrDisp + CurrSize > PrevDisp + PrevSize) in removeRedundantBlockingStores()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp743 uint64_t PrevSize = in foldLoadsRecursive() local
745 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterCoalescer.cpp4002 const unsigned PrevSize = WorkList.size(); in copyCoalesceInMBB() local
4046 CurrList(WorkList.begin() + PrevSize, WorkList.end()); in copyCoalesceInMBB()
4048 WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(), in copyCoalesceInMBB()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DOpenMPClause.h5381 unsigned PrevSize = 0u; in setClauseInfo() local
5401 PrevSize += C.size(); in setClauseInfo()
5404 *CLSI = PrevSize; in setClauseInfo()