Home
last modified time | relevance | path

Searched refs:isInstructionDead (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp56 if (!DB.isInstructionDead(&I)) in bitTrackingDCE()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDemandedBits.h50 bool isInstructionDead(Instruction *I);
/external/llvm/include/llvm/Analysis/
DDemandedBits.h48 bool isInstructionDead(Instruction *I);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp115 if (!DB.isInstructionDead(&I)) in bitTrackingDCE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp378 bool DemandedBits::isInstructionDead(Instruction *I) { in isInstructionDead() function in DemandedBits
/external/llvm/lib/Analysis/
DDemandedBits.cpp371 bool DemandedBits::isInstructionDead(Instruction *I) { in isInstructionDead() function in DemandedBits