Searched refs:End1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 498 MergedNodesT(NodeIter Begin1, NodeIter End1, 503 : Begin1(Begin1), End1(End1), Begin2(Begin2), End2(End2), Begin3(Begin3), 507 for (auto It = Begin1; It != End1; It++) 517 Result.reserve(std::distance(Begin1, End1) + std::distance(Begin2, End2) + in mergeNodes() 519 Result.insert(Result.end(), Begin1, End1); in mergeNodes() 529 NodeIter End1; in mergeNodes() 500 NodeIter End1; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 107 auto It1 = C1.begin(), End1 = C1.end(); in isSubset() local 109 if (It1 == End1) in isSubset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1486 int64_t End1 = Load->getSrcValueOffset() + Size; in canUseBlockOperation() local 1488 if (V1 == V2 && End1 == End2) in canUseBlockOperation() 1491 return AA->isNoAlias(MemoryLocation(V1, End1, Load->getAAInfo()), in canUseBlockOperation()
|