Searched refs:isInstructionDead (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDemandedBits.h57 bool isInstructionDead(Instruction *I);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp105 if (DB.isInstructionDead(&I) ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp455 bool DemandedBits::isInstructionDead(Instruction *I) { function in class:DemandedBits

Completed in 276 milliseconds