Searched refs:DCEInstruction (Results 1 – 3 of 3) 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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 88 static bool DCEInstruction(Instruction *I, in DCEInstruction() function 135 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode() 140 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 122 static bool DCEInstruction(Instruction *I, in DCEInstruction() function 168 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode() 173 MadeChange |= DCEInstruction(I, WorkList, TLI); in eliminateDeadCode()
|