Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp274 struct ArgumentUsesTracker : public CaptureTracker { struct
275 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) in ArgumentUsesTracker() argument
278 void tooManyUses() override { Captured = true; } in tooManyUses()
280 bool captured(const Use *U) override { in captured()
325 bool Captured; // True only if certainly captured (used outside our SCC).
326 SmallVector<Argument *, 4> Uses; // Uses within our SCC.
328 const SCCNodeSet &SCCNodes;
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp360 struct ArgumentUsesTracker : public CaptureTracker { struct
361 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) : SCCNodes(SCCNodes) {} in ArgumentUsesTracker() argument
363 void tooManyUses() override { Captured = true; } in tooManyUses()
365 bool captured(const Use *U) override { in captured()
411 bool Captured = false;
414 SmallVector<Argument *, 4> Uses;
416 const SCCNodeSet &SCCNodes;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp359 struct ArgumentUsesTracker : public CaptureTracker { struct
360 ArgumentUsesTracker(const SCCNodeSet &SCCNodes) : SCCNodes(SCCNodes) {} in ArgumentUsesTracker() argument
362 void tooManyUses() override { Captured = true; } in tooManyUses()
364 bool captured(const Use *U) override { in captured()
410 bool Captured = false;
413 SmallVector<Argument *, 4> Uses;
415 const SCCNodeSet &SCCNodes;