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

  /external/llvm/include/llvm/IR/
Constant.h 161 /// removeDeadConstantUsers - If there are any dead constant users dangling
165 void removeDeadConstantUsers() const;
GlobalValue.h 76 removeDeadConstantUsers(); // remove any dead constants using this.
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 130 GV->removeDeadConstantUsers();
GlobalDCE.cpp 209 GV.removeDeadConstantUsers();
IPConstantPropagation.cpp 66 I->removeDeadConstantUsers();
Inliner.cpp 576 F->removeDeadConstantUsers();
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 632 BA->removeDeadConstantUsers();
    [all...]
SCCP.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 384 /// removeDeadConstantUsers - If there are any dead constant users dangling
388 void Constant::removeDeadConstantUsers() const {
    [all...]

Completed in 97 milliseconds