Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp532 struct ArgumentUsesTracker : public CaptureTracker { struct
533 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) : SCCNodes(SCCNodes) {} in ArgumentUsesTracker() argument
535 void tooManyUses() override { Captured = true; } in tooManyUses()
537 bool captured(const Use *U) override { in captured()
575 bool Captured = false;
578 SmallVector<Argument *, 4> Uses;
580 const SCCNodeSet &SCCNodes;