Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DTailRecursionElimination.cpp106 bool CanMoveAboveCall(Instruction *I, CallInst *CI);
232 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { in CanMoveAboveCall() function in TailCallElim
434 if (CanMoveAboveCall(BBI, CI)) continue; in EliminateRecursiveTailCall()