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

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

Completed in 99 milliseconds