Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance
345 struct CapturesBefore : public CaptureTracker { struct346 CapturesBefore(const Instruction *I, DominatorTree *DT) in CapturesBefore() argument349 void tooManyUses() { Captured = true; } in tooManyUses()351 bool shouldExplore(Use *U) { in shouldExplore()360 bool captured(Use *U) { in captured()370 const Instruction *BeforeHere;371 DominatorTree *DT;373 bool Captured;