Home
last modified time | relevance | path

Searched refs:Check1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1628 BasicBlock *Check1 = in getNonAliasingPointer() local
1652 Builder.CreateCondBr(Builder.CreateICmpULT(LoadBegin, StoreEnd), Check1, in getNonAliasingPointer()
1658 Check1->getTerminator()->eraseFromParent(); in getNonAliasingPointer()
1659 Builder.SetInsertPoint(Check1, Check1->begin()); in getNonAliasingPointer()
1680 PHI->addIncoming(Load->getPointerOperand(), Check1); in getNonAliasingPointer()
1684 DTUpdates.push_back({DT->Insert, Check0, Check1}); in getNonAliasingPointer()
1686 DTUpdates.push_back({DT->Insert, Check1, Copy}); in getNonAliasingPointer()
1687 DTUpdates.push_back({DT->Insert, Check1, Fusion}); in getNonAliasingPointer()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp618 for (const auto &[Check1, Check2] : Checks) { in printChecks()
619 const auto &First = Check1->Members, &Second = Check2->Members; in printChecks()
623 OS.indent(Depth + 2) << "Comparing group (" << Check1 << "):\n"; in printChecks()