Home
last modified time | relevance | path

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

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