Searched refs:CanMoveAboveCall (Results 1 – 1 of 1) sorted by relevance
106 bool CanMoveAboveCall(Instruction *I, CallInst *CI);232 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { in CanMoveAboveCall() function in TailCallElim434 if (CanMoveAboveCall(BBI, CI)) continue; in EliminateRecursiveTailCall()