Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2996 SmallVector<CallInst *, 4> CallInsts; in dupRetToEnableTailCallOpts() local
3008 CallInsts.push_back(CI); in dupRetToEnableTailCallOpts()
3030 CallInsts.push_back(CI); in dupRetToEnableTailCallOpts()
3049 CallInsts.push_back(CI); in dupRetToEnableTailCallOpts()
3079 for (auto *CI : CallInsts) { in dupRetToEnableTailCallOpts()