Searched refs:MaybeLoc (Results 1 – 3 of 3) sorted by relevance
242 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) in parseRemark() 243 TheRemark.Loc = *MaybeLoc; in parseRemark() 245 return MaybeLoc.takeError(); in parseRemark() 387 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { in parseArg() 388 Loc = *MaybeLoc; in parseArg() 391 return MaybeLoc.takeError(); in parseArg() 244 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField)) parseRemark() local 392 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) { parseArg() local
606 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc() local607 Loc = *MaybeLoc; in getBestLocationFromDebugLoc()
2878 auto MaybeLoc = getLocOrNone(In); in isSafeToMoveBeforeInBB() local2907 if (!MaybeLoc || !MaybeLocI) in isSafeToMoveBeforeInBB()2909 if (!AA.isNoAlias(*MaybeLoc, *MaybeLocI)) in isSafeToMoveBeforeInBB()