Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp672 auto ReturnInstCB = [&](Instruction &Ret) { in isPotentiallyReachable() local
683 if (A.checkForAllInstructions(ReturnInstCB, FromFn, QueryingAA, in isPotentiallyReachable()
H A DAttributorAttributes.cpp2226 auto ReturnInstCB = [&](Instruction &I) { in updateImpl() local
2245 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()
6321 auto ReturnInstCB = [&](Instruction &I) { in updateImpl() local
6329 if (!A.checkForAllInstructions(ReturnInstCB, *this, {Instruction::Ret}, in updateImpl()