Searched refs:getCapturesBefore (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 158 getCapturesBefore(const Value *Object, const Instruction *I, bool OrAt) = 0; 168 CaptureComponents getCapturesBefore(const Value *Object, const Instruction *I, 195 CaptureComponents getCapturesBefore(const Value *Object, const Instruction *I,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 195 CaptureComponents SimpleCaptureAnalysis::getCapturesBefore(const Value *Object, in getCapturesBefore() function in SimpleCaptureAnalysis 222 EarliestEscapeAnalysis::getCapturesBefore(const Value *Object, in getCapturesBefore() function in EarliestEscapeAnalysis 964 AAQI.CA->getCapturesBefore(Object, Call, /*OrAt=*/false); in getModRefInfo() 1636 capturesNothing(AAQI.CA->getCapturesBefore( in aliasCheck() 1640 capturesNothing(AAQI.CA->getCapturesBefore( in aliasCheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 2350 EA.getCapturesBefore(UnderlyingObj, CB, /*OrAt*/ true)); in isFuncLocalAndNotCaptured()
|