Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h158 getCapturesBefore(const Value *Object, const Instruction *I, bool OrAt) = 0;
169 bool OrAt) override;
196 bool OrAt) override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp197 bool OrAt) { in getCapturesBefore() argument
223 const Instruction *I, bool OrAt) { in getCapturesBefore() argument
249 if (OrAt) in getCapturesBefore()