Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance
103 struct CapturesBefore : public CaptureTracker { struct105 CapturesBefore(bool ReturnCaptures, const Instruction *I, in CapturesBefore() function110 void tooManyUses() override { Captured = true; } in tooManyUses()112 bool isSafeToPrune(Instruction *I) { in isSafeToPrune()125 bool captured(const Use *U) override { in captured()140 const Instruction *BeforeHere;141 const DominatorTree *DT;143 bool ReturnCaptures;144 bool IncludeI;146 bool Captured = false;[all …]