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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp411 bool IsTriviallyDead = isInstructionTriviallyDead(&CB, &GetTLI(*Caller)); local
413 if (!IsTriviallyDead) {
441 if (IsTriviallyDead) {

Completed in 69 milliseconds