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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp461 Instruction *UselessPad = Worklist.pop_back_val(); local
462 auto Memo = MemoMap.find(UselessPad);
464 // Here the name 'UselessPad' is a bit of a misnomer, because we've found
471 assert(getParentPad(Memo->second) == getParentPad(UselessPad));
478 // UselessPad, which include LastUselessPad, had no information, and that
483 assert(!MemoMap.count(UselessPad) || TempMemos.count(UselessPad));
484 // Assert as we enumerate users that 'UselessPad' doesn't have any unwind
489 // any unwind edges that exit 'UselessPad' either (i.e. they either have no
491 MemoMap[UselessPad]
[all...]

Completed in 103 milliseconds