Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h130 bool isConstantUsed() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp73 if (!G.isConstantUsed()) in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp157 if (!BA->isConstantUsed()) in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp140 if (!BA || !BA->isConstantUsed()) in findPartitions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp388 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp607 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
613 if (UC->isConstantUsed()) in isConstantUsed()
H A DVerifier.cpp2793 Check(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()