Searched refs:Loc0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp196 MemoryLocation Loc0 = MemoryLocation::get(Store0); local
198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
200 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7422 Value *Val0, *Val1; LocTy Loc0, Loc1;
7425 if (ParseTypeAndValue(Val0, Loc0, PFS) ||
7432 return Error(Loc0, "insertvalue operand must be aggregate type");
7436 return Error(Loc0, "invalid indices for insertvalue");

Completed in 121 milliseconds