Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp110 wouldInstructionBeTriviallyDead(&I))) { in bitTrackingDCE()
H A DNewGVN.cpp4157 if (wouldInstructionBeTriviallyDead(I)) in eliminateInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h84 wouldInstructionBeTriviallyDead(const Instruction *I,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp163 if (wouldInstructionBeTriviallyDead(Inst)) { in isKnowledgeWorthPreserving()
H A DSCCPSolver.cpp68 if (CB && ((CB->isMustTailCall() && !wouldInstructionBeTriviallyDead(CB)) || in tryToReplaceWithConstant()
265 if (wouldInstructionBeTriviallyDead(&Inst)) in simplifyInstsInBlock()
H A DLocal.cpp406 return wouldInstructionBeTriviallyDead(I, TLI); in isInstructionTriviallyDead()
418 return wouldInstructionBeTriviallyDead(I, TLI); in wouldInstructionBeTriviallyDeadOnUnusedPaths()
421 bool llvm::wouldInstructionBeTriviallyDead(const Instruction *I, in wouldInstructionBeTriviallyDead() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6409 if (wouldInstructionBeTriviallyDead(&I, TLI) && in collectValuesToIgnore()
6492 !wouldInstructionBeTriviallyDead(Op, TLI) || in collectValuesToIgnore()
H A DSLPVectorizer.cpp3306 wouldInstructionBeTriviallyDead(OpI, TLI) && in removeInstructionsAndOperands()
5281 wouldInstructionBeTriviallyDead(Op, TLI)) in ~BoUpSLP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4158 if (!I || wouldInstructionBeTriviallyDead(I)) in isAssumedSideEffectFree()