Home
last modified time | relevance | path

Searched refs:Loc0 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp196 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local
198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
200 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStackMaps.rst296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7818 Value *Val0, *Val1; LocTy Loc0, Loc1; in parseInsertValue() local
7821 if (parseTypeAndValue(Val0, Loc0, PFS) || in parseInsertValue()
7828 return error(Loc0, "insertvalue operand must be aggregate type"); in parseInsertValue()
7832 return error(Loc0, "invalid indices for insertvalue"); in parseInsertValue()