Home
last modified time | relevance | path

Searched refs:ReturnInstCB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp756 auto ReturnInstCB = [&](Instruction &Ret) { in isPotentiallyReachable() local
767 if (A.checkForAllInstructions(ReturnInstCB, FromFn, &QueryingAA, in isPotentiallyReachable()
H A DAttributorAttributes.cpp6399 auto ReturnInstCB = [&](Instruction &I) { in updateImpl() local
6407 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()