Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp331 static bool canMoveAboveCall(Instruction *I, CallInst *CI, AliasAnalysis *AA) { in canMoveAboveCall() function
649 if (canMoveAboveCall(&*BBI, CI, AA)) in eliminateCall()