Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp121 bool CanMoveAboveCall(Instruction *I, CallInst *CI);
446 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { in CanMoveAboveCall() function in TailCallElim
644 if (CanMoveAboveCall(&*BBI, CI)) continue; in EliminateRecursiveTailCall()