Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp103 struct CapturesBefore : public CaptureTracker { struct
105 CapturesBefore(bool ReturnCaptures, const Instruction *I, in CapturesBefore() function
110 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 …]