Searched refs:End2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 500 NodeIter End2 = EmptyList.end(), 503 : Begin1(Begin1), End1(End1), Begin2(Begin2), End2(End2), Begin3(Begin3), 509 for (auto It = Begin2; It != End2; It++) 517 Result.reserve(std::distance(Begin1, End1) + std::distance(Begin2, End2) + in mergeNodes() 520 Result.insert(Result.end(), Begin2, End2); in mergeNodes() 531 NodeIter End2; in mergeNodes() 502 NodeIter End2; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1487 int64_t End2 = Store->getSrcValueOffset() + Size; in canUseBlockOperation() local 1488 if (V1 == V2 && End1 == End2) in canUseBlockOperation() 1492 MemoryLocation(V2, End2, Store->getAAInfo())); in canUseBlockOperation()
|