Home
last modified time | relevance | path

Searched refs:CurrentLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1305 Optional<MemoryLocation> CurrentLoc; in getDomMemoryDef() local
1392 CurrentLoc = getLocForWriteEx(CurrentI); in getDomMemoryDef()
1393 if (!CurrentLoc) { in getDomMemoryDef()
1403 !IsGuaranteedLoopInvariant(const_cast<Value *>(CurrentLoc->Ptr))) { in getDomMemoryDef()
1414 if (!isMemTerminator(*CurrentLoc, CurrentI, KillingI)) { in getDomMemoryDef()
1421 auto OR = isOverwrite(KillingI, CurrentI, DefLoc, *CurrentLoc, in getDomMemoryDef()
1507 if (isMemTerminator(*CurrentLoc, EarlierMemInst, UseInst)) { in getDomMemoryDef()
1527 if (isReadClobber(*CurrentLoc, UseInst)) { in getDomMemoryDef()
1552 if (isCompleteOverwrite(*CurrentLoc, EarlierMemInst, UseInst)) { in getDomMemoryDef()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6708 SourceLocation CurrentLoc, CXXConversionDecl *Conv);
6717 void DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLoc,