Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h69 bool isConstantUsed() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h88 bool isConstantUsed() const;
/external/llvm/include/llvm/IR/
DConstant.h86 bool isConstantUsed() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h106 bool isConstantUsed() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp140 if (!BA->isConstantUsed()) in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp118 if (!BA || !BA->isConstantUsed()) in findPartitions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp138 if (!BA || !BA->isConstantUsed()) in findPartitions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DGlobalsModRef.cpp386 if (isa<GlobalValue>(C) || C->isConstantUsed()) in AnalyzeUsesOfPointer()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp476 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
482 if (UC->isConstantUsed()) in isConstantUsed()
DVerifier.cpp2197 Assert(!BlockAddress::lookup(Entry)->isConstantUsed(), in visitFunction()