Searched refs:isConstantUsed (Results 1 – 6 of 6) sorted by relevance
130 bool isConstantUsed() const;
150 if (!BA->isConstantUsed()) in runOnFunction()
140 if (!BA || !BA->isConstantUsed()) in findPartitions()
388 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
609 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant615 if (UC->isConstantUsed()) in isConstantUsed()
2658 Check(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()