Searched refs:isConstantUsed (Results 1 – 6 of 6) sorted by relevance
126 bool isConstantUsed() const;
149 if (!BA->isConstantUsed()) in runOnFunction()
140 if (!BA || !BA->isConstantUsed()) in findPartitions()
376 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
601 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant607 if (UC->isConstantUsed()) in isConstantUsed()
2616 Check(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()