Searched refs:DCEInstruction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 75 static bool DCEInstruction(Instruction *I, in DCEInstruction() function 116 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode() 121 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 76 static bool DCEInstruction(Instruction *I, in DCEInstruction() function 119 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode() 124 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode()
|