Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h132 LLVM_ABI bool isConstantUsed() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp72 if (!G.isConstantUsed()) in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp156 if (!BA->isConstantUsed()) in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp152 if (!BA || !BA->isConstantUsed()) in findPartitions()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp254 if (!C->isConstantUsed()) in replaceIfBranchTargets()
908 if (!BA->isConstantUsed()) in fixupConstruct()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp396 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp639 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
645 if (UC->isConstantUsed()) in isConstantUsed()
H A DVerifier.cpp3067 Check(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20824 {"_ZNK4llvm8Constant14isConstantUsedEv", "llvm::Constant::isConstantUsed() const"},