Home
last modified time | relevance | path

Searched refs:isDefTriviallyDead (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp65 return !F->isDefTriviallyDead(); in run()
DInliner.cpp751 if (!F->isDefTriviallyDead()) in removeDeadFunctions()
DGlobalOpt.cpp1751 Dead = (F->isDeclaration() && F->use_empty()) || F->isDefTriviallyDead(); in deleteIfDead()
2906 if (!F.isDefTriviallyDead()) in optimizeGlobalsInModule()
/external/llvm/include/llvm/IR/
DFunction.h626 bool isDefTriviallyDead() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h653 bool isDefTriviallyDead() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h764 bool isDefTriviallyDead() const;
/external/llvm/lib/Transforms/IPO/
DInliner.cpp611 if (!F->isDefTriviallyDead()) in removeDeadFunctions()
DGlobalOpt.cpp1663 Dead = F->isDefTriviallyDead(); in deleteIfDead()
2528 if (!F.isDefTriviallyDead()) in optimizeGlobalsInModule()
/external/llvm/lib/IR/
DFunction.cpp1137 bool Function::isDefTriviallyDead() const { in isDefTriviallyDead() function in Function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1261 bool Function::isDefTriviallyDead() const { in isDefTriviallyDead() function in Function