Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance
99 struct CapturesBefore : public CaptureTracker { struct101 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT, in CapturesBefore() argument106 void tooManyUses() override { Captured = true; } in tooManyUses()108 bool isSafeToPrune(Instruction *I) { in isSafeToPrune()121 bool captured(const Use *U) override { in captured()136 const Instruction *BeforeHere;137 const DominatorTree *DT;139 bool ReturnCaptures;140 bool IncludeI;142 bool Captured;