Home
last modified time | relevance | path

Searched refs:MaybeLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp242 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) in parseRemark() local
243 TheRemark.Loc = *MaybeLoc; in parseRemark()
245 return MaybeLoc.takeError(); in parseRemark()
387 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { in parseArg() local
388 Loc = *MaybeLoc; in parseArg()
391 return MaybeLoc.takeError(); in parseArg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1163 auto MaybeLoc = getLocForWrite(Def->getMemoryInst()); in isWriteAtEndOfFunction() local
1164 if (!MaybeLoc) { in isWriteAtEndOfFunction()
1189 if (!isGuaranteedLoopInvariant(MaybeLoc->Ptr)) in isWriteAtEndOfFunction()
1198 if (isReadClobber(*MaybeLoc, UseInst)) { in isWriteAtEndOfFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp631 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc() local
632 Loc = *MaybeLoc; in getBestLocationFromDebugLoc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2878 auto MaybeLoc = getLocOrNone(In); in isSafeToMoveBeforeInBB() local
2907 if (!MaybeLoc || !MaybeLocI) in isSafeToMoveBeforeInBB()
2909 if (!AA.isNoAlias(*MaybeLoc, *MaybeLocI)) in isSafeToMoveBeforeInBB()