Searched refs:Loc0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.cpp | 192 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local 195 if (AA->isMustAlias(Loc0, Loc1) && in canSinkFromBlock() 197 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0) && in canSinkFromBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 284 LocationSize Loc0 = in instMayAlias() local 290 MemoryLocation(MUC0.MMO->getValue(), Loc0, MUC0.MMO->getAAInfo()), in instMayAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8543 Value *Val0, *Val1; LocTy Loc0, Loc1; in parseInsertValue() local 8546 if (parseTypeAndValue(Val0, Loc0, PFS) || in parseInsertValue() 8553 return error(Loc0, "insertvalue operand must be aggregate type"); in parseInsertValue() 8557 return error(Loc0, "invalid indices for insertvalue"); in parseInsertValue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28391 LocationSize Loc0 = in mayAlias() local 28396 MemoryLocation(MUC0.MMO->getValue(), Loc0, in mayAlias()
|