Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance
61 struct CapturesBefore : public CaptureTracker { struct63 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT, in CapturesBefore() function68 void tooManyUses() override { Captured = true; } in tooManyUses()70 bool isSafeToPrune(Instruction *I) { in isSafeToPrune()118 bool shouldExplore(const Use *U) override { in shouldExplore()130 bool captured(const Use *U) override { in captured()141 OrderedBasicBlock *OrderedBB;142 const Instruction *BeforeHere;143 DominatorTree *DT;145 bool ReturnCaptures;[all …]