Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h137 bool wouldInstructionBeTriviallyDead(Instruction *I,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp350 return wouldInstructionBeTriviallyDead(I, TLI); in isInstructionTriviallyDead()
353 bool llvm::wouldInstructionBeTriviallyDead(Instruction *I, in wouldInstructionBeTriviallyDead() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp4140 if (wouldInstructionBeTriviallyDead(I)) in eliminateInstructions()