HomeSort by relevance Sort by last modified time
    Searched refs:removeDeadConstantUsers (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 167 /// removeDeadConstantUsers - If there are any dead constant users dangling
171 void removeDeadConstantUsers() const;
GlobalValue.h 106 removeDeadConstantUsers(); // remove any dead constants using this.
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 136 GV->removeDeadConstantUsers();
GlobalDCE.cpp 259 GV.removeDeadConstantUsers();
IPConstantPropagation.cpp 67 I->removeDeadConstantUsers();
Inliner.cpp 663 F->removeDeadConstantUsers();
DeadArgumentElimination.cpp 307 NF->removeDeadConstantUsers();
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 152 GV->removeDeadConstantUsers();
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 648 BA->removeDeadConstantUsers();
    [all...]
SCCP.cpp     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 427 /// removeDeadConstantUsers - If there are any dead constant users dangling
431 void Constant::removeDeadConstantUsers() const {
    [all...]

Completed in 202 milliseconds