Home
last modified time | relevance | path

Searched defs:CapturesBefore (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp99 struct CapturesBefore : public CaptureTracker { struct
101 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT, in CapturesBefore() argument
106 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;