Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp27 auto findCallInst = [&IndirectCall](const Instruction &I) { in findBBwithCalls() local
34 if (findCallInst(*BB.getTerminator()) || in findBBwithCalls()
35 llvm::any_of(BB.instructionsWithoutDebug(), findCallInst)) in findBBwithCalls()