Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h69 bool isConstantUsed() const;
/external/llvm/include/llvm/IR/
DConstant.h86 bool isConstantUsed() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h88 bool isConstantUsed() const;
/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp118 if (!BA || !BA->isConstantUsed()) in findPartitions()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp209 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
215 if (UC->isConstantUsed()) in isConstantUsed()
DVerifier.cpp711 Assert1(!BlockAddress::get(Entry)->isConstantUsed(), in visitFunction()
/external/llvm/lib/IR/
DConstants.cpp405 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
411 if (UC->isConstantUsed()) in isConstantUsed()
DVerifier.cpp2001 Assert(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()