Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance
59 struct CapturesBefore : public CaptureTracker { struct60 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT, in CapturesBefore() argument65 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;