Home
last modified time | relevance | path

Searched refs:createDeadMachineInstructionElimPass (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLinkAllCodegenComponents.h34 (void) llvm::createDeadMachineInstructionElimPass(); in ForceCodegenLinking()
DPasses.h99 FunctionPass *createDeadMachineInstructionElimPass();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDeadMachineInstructionElim.cpp52 FunctionPass *llvm::createDeadMachineInstructionElimPass() { in createDeadMachineInstructionElimPass() function in llvm
DLLVMTargetMachine.cpp413 PM.add(createDeadMachineInstructionElimPass()); in addCommonCodeGenPasses()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXTargetMachine.cpp289 PM.add(createDeadMachineInstructionElimPass()); in addCommonCodeGenPasses()