Home
last modified time | relevance | path

Searched defs:EarliestCaptures (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp163 struct EarliestCaptures : public CaptureTracker { struct
165 EarliestCaptures(bool ReturnCaptures, Function &F, const DominatorTree &DT, in EarliestCaptures() argument
169 void tooManyUses() override { in tooManyUses()
174 bool captured(const Use *U) override { in captured()
193 const SmallPtrSetImpl<const Value *> &EphValues;
195 Instruction *EarliestCapture = nullptr;
197 const DominatorTree &DT;
199 bool ReturnCaptures;
201 bool Captured = false;
203 Function &F;