Home
last modified time | relevance | path

Searched refs:removeDeadInstructions (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp182 bool removeDeadInstructions();
208 return removeDeadInstructions(); in performDeadCodeElimination()
507 bool AggressiveDeadCodeElimination::removeDeadInstructions() { in removeDeadInstructions() function in AggressiveDeadCodeElimination
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h207 void removeDeadInstructions(MachineBasicBlock *KernelBB,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp175 removeDeadInstructions(KernelBB, EpilogBBs); in generatePipelinedLoop()
725 void ModuloScheduleExpander::removeDeadInstructions(MachineBasicBlock *KernelBB, in removeDeadInstructions() function in ModuloScheduleExpander