Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp338 static bool canMoveAboveCall(Instruction *I, CallInst *CI, AliasAnalysis *AA) { in canMoveAboveCall() function
601 if (canMoveAboveCall(&*BBI, CI, AA)) in eliminateCall()