Searched refs:End2 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/CallSiteSplitting/ |
| H A D | callsite-split-callbr.ll | 23 ; CHECK-NEXT: to label [[END:%.*]] [label %End2] 26 ; CHECK: End2: 40 to label %End [label %End2] 44 End2:
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ExtTSPReorderAlgorithm.cpp | 394 BlockIter End2 = BlockIter(), BlockIter Begin3 = BlockIter(), in MergedChain() argument 396 : Begin1(Begin1), End1(End1), Begin2(Begin2), End2(End2), Begin3(Begin3), in MergedChain() 402 for (auto It = Begin2; It != End2; It++) in forEach() 410 Result.reserve(std::distance(Begin1, End1) + std::distance(Begin2, End2) + in getBlocks() 413 Result.insert(Result.end(), Begin2, End2); in getBlocks() 424 BlockIter End2; member in llvm::bolt::MergedChain
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 401 BlockIter End2 = BlockIter(), BlockIter Begin3 = BlockIter(), in MergedChain() argument 403 : Begin1(Begin1), End1(End1), Begin2(Begin2), End2(End2), Begin3(Begin3), in MergedChain() 409 for (auto It = Begin2; It != End2; It++) in forEach() 417 Result.reserve(std::distance(Begin1, End1) + std::distance(Begin2, End2) + in getBlocks() 420 Result.insert(Result.end(), Begin2, End2); in getBlocks() 431 BlockIter End2; member in __anon97d149770111::MergedChain
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1430 int64_t End2 = Store->getSrcValueOffset() + Size; in canUseBlockOperation() local 1431 if (V1 == V2 && End1 == End2) in canUseBlockOperation() 1435 MemoryLocation(V2, End2, Store->getAAInfo())); in canUseBlockOperation()
|