Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp345 struct ArgumentUsesTracker : public CaptureTracker { struct
346 ArgumentUsesTracker(const SmallPtrSet<Function*, 8> &SCCNodes) in ArgumentUsesTracker() function
349 void tooManyUses() override { Captured = true; } in tooManyUses()
351 bool captured(const Use *U) override { in captured()
378 bool Captured; // True only if certainly captured (used outside our SCC).
379 SmallVector<Argument*, 4> Uses; // Uses within our SCC.
381 const SmallPtrSet<Function*, 8> &SCCNodes;