Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp56 if (!DB.isInstructionDead(&I)) in bitTrackingDCE()
/external/llvm/include/llvm/Analysis/
DDemandedBits.h48 bool isInstructionDead(Instruction *I);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h57 bool isInstructionDead(Instruction *I);
/external/llvm-project/llvm/include/llvm/Analysis/
DDemandedBits.h57 bool isInstructionDead(Instruction *I);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp101 if (DB.isInstructionDead(&I) || in bitTrackingDCE()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DBDCE.cpp105 if (DB.isInstructionDead(&I) || in bitTrackingDCE()
/external/llvm/lib/Analysis/
DDemandedBits.cpp371 bool DemandedBits::isInstructionDead(Instruction *I) { in isInstructionDead() function in DemandedBits
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp432 bool DemandedBits::isInstructionDead(Instruction *I) { in isInstructionDead() function in DemandedBits
/external/llvm-project/llvm/lib/Analysis/
DDemandedBits.cpp455 bool DemandedBits::isInstructionDead(Instruction *I) { in isInstructionDead() function in DemandedBits