Searched refs:CurrentLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1290 const MemoryLocation &CurrentLoc) { in isGuaranteedLoopIndependent() 1302 return isGuaranteedLoopInvariant(CurrentLoc.Ptr); in isGuaranteedLoopIndependent() 1351 std::optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local 1432 CurrentLoc = getLocForWrite(CurrentI); in getDomMemoryDef() 1433 if (!CurrentLoc || !isRemovable(CurrentI)) { in getDomMemoryDef() 1441 if (!isGuaranteedLoopIndependent(CurrentI, KillingI, *CurrentLoc)) { in getDomMemoryDef() 1451 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) { in getDomMemoryDef() 1458 auto OR = isOverwrite(KillingI, CurrentI, KillingLoc, *CurrentLoc, in getDomMemoryDef() 1501 MemoryLocation MaybeDeadLoc = *CurrentLoc; in getDomMemoryDef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5237 DefineImplicitLambdaToFunctionPointerConversion(SourceLocation CurrentLoc, 5247 void DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLoc,
|