Searched refs:CurrentLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1439 const MemoryLocation &CurrentLoc) { in isGuaranteedLoopIndependent() 1451 return isGuaranteedLoopInvariant(CurrentLoc.Ptr); in isGuaranteedLoopIndependent() 1501 std::optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local 1582 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef() 1583 if (!CurrentLoc || !isRemovable(CurrentI)) { in getDomMemoryDef() 1591 if (!isGuaranteedLoopIndependent(CurrentI, KillingI, *CurrentLoc)) { in getDomMemoryDef() 1601 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) { in getDomMemoryDef() 1608 auto OR = isOverwrite(KillingI, CurrentI, KillingLoc, *CurrentLoc, in getDomMemoryDef() 1651 MemoryLocation MaybeDeadLoc = *CurrentLoc; in getDomMemoryDef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5652 DefineImplicitLambdaToFunctionPointerConversion(SourceLocation CurrentLoc, 5662 void DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLoc,
|