Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp59 struct CapturesBefore : public CaptureTracker { struct
60 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT, in CapturesBefore() argument
65 void tooManyUses() override { Captured = true; } in tooManyUses()
67 bool shouldExplore(const Use *U) override { in shouldExplore()
86 bool captured(const Use *U) override { in captured()
105 const Instruction *BeforeHere;
106 DominatorTree *DT;
108 bool ReturnCaptures;
109 bool IncludeI;
111 bool Captured;