Searched refs:End2 (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 500 NodeIter End2 = EmptyList.end(), in MergedNodesT() 503 : Begin1(Begin1), End1(End1), Begin2(Begin2), End2(End2), Begin3(Begin3), in MergedNodesT() 509 for (auto It = Begin2; It != End2; It++) in forEach() 517 Result.reserve(std::distance(Begin1, End1) + std::distance(Begin2, End2) + in getNodes() 520 Result.insert(Result.end(), Begin2, End2); in getNodes() 531 NodeIter End2; member
|
| /src/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()
|