Searched refs:findCallInst (Results 1 – 1 of 1) sorted by relevance
29 auto findCallInst = [&IndirectCall](const Instruction &I) { in findBBwithCalls() local36 if (findCallInst(*BB.getTerminator()) || in findBBwithCalls()37 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls()