Home
last modified time | relevance | path

Searched refs:isConstantUsed (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h126 bool isConstantUsed() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp149 if (!BA->isConstantUsed()) in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp140 if (!BA || !BA->isConstantUsed()) in findPartitions()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DGlobalsModRef.cpp376 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp601 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
607 if (UC->isConstantUsed()) in isConstantUsed()
H A DVerifier.cpp2616 Check(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()