Searched refs:isConstantUsed (Results 1 – 9 of 9) sorted by relevance
132 LLVM_ABI bool isConstantUsed() const;
72 if (!G.isConstantUsed()) in checkIfSupported()
156 if (!BA->isConstantUsed()) in runImpl()
152 if (!BA || !BA->isConstantUsed()) in findPartitions()
254 if (!C->isConstantUsed()) in replaceIfBranchTargets()908 if (!BA->isConstantUsed()) in fixupConstruct()
396 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
639 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant645 if (UC->isConstantUsed()) in isConstantUsed()
3067 Check(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()
20824 {"_ZNK4llvm8Constant14isConstantUsedEv", "llvm::Constant::isConstantUsed() const"},