Searched refs:IPSCCP (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/IPConstantProp/ |
D | user-with-multiple-uses.ll | 4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
|
D | dangling-block-address.ll | 4 ; IPSCCP should prove that the blocks are dead and delete them, and
|
/external/llvm/test/Transforms/IPConstantProp/ |
D | user-with-multiple-uses.ll | 4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
|
D | dangling-block-address.ll | 4 ; IPSCCP should prove that the blocks are dead and delete them, and
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1809 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/ |
D | README.txt | 1550 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/ |
D | README.txt | 1507 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
|