Searched refs:Loc0 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 271 MemoryLocation Loc0 = MemoryLocation::get(Load0); in canHoistFromBlock() local 273 if (AA->isMustAlias(Loc0, Loc1) && Load0->isSameOperationAs(Load1) && in canHoistFromBlock() 423 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local 425 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock() 429 BB0->back(), Loc0)) { in canSinkFromBlock()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6079 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local 6082 if (ParseTypeAndValue(Val0, Loc0, PFS) || in ParseInsertValue() 6089 return Error(Loc0, "insertvalue operand must be aggregate type"); in ParseInsertValue() 6093 return Error(Loc0, "invalid indices for insertvalue"); in ParseInsertValue()
|
/external/llvm/docs/ |
D | StackMaps.rst | 296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
|