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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h122 bool isConstantUsed() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp140 if (!BA->isConstantUsed())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp137 if (!BA || !BA->isConstantUsed())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp391 if (isa<GlobalValue>(C) || C->isConstantUsed())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp611 bool Constant::isConstantUsed() const { function in class:Constant
617 if (UC->isConstantUsed())
H A DVerifier.cpp2379 Assert(!BlockAddress::lookup(Entry)->isConstantUsed(),

Completed in 145 milliseconds