Home
last modified time | relevance | path

Searched refs:IPSCCP (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
Ddangling-block-address.ll4 ; IPSCCP should prove that the blocks are dead and delete them, and
/external/llvm/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
Ddangling-block-address.ll4 ; IPSCCP should prove that the blocks are dead and delete them, and
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1809 struct IPSCCP : public ModulePass { struct
1811 IPSCCP() : ModulePass(ID) { in IPSCCP() function
1818 char IPSCCP::ID = 0;
1819 INITIALIZE_PASS(IPSCCP, "ipsccp",
1825 return new IPSCCP(); in createIPSCCPPass()
1857 bool IPSCCP::runOnModule(Module &M) { in runOnModule()
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt1550 IPSCCP does not currently propagate argument dependent constants through
1570 It would be interesting extend IPSCCP to be able to handle simple cases like
1571 this, where all of the arguments to a call are constant. Because IPSCCP runs
1579 libanalysis' constantfolding logic. This would allow IPSCCP to be able to
/external/llvm/lib/Target/
DREADME.txt1507 IPSCCP does not currently propagate argument dependent constants through
1527 It would be interesting extend IPSCCP to be able to handle simple cases like
1528 this, where all of the arguments to a call are constant. Because IPSCCP runs
1536 libanalysis' constantfolding logic. This would allow IPSCCP to be able to