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

/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp119 bool CanMoveAboveCall(Instruction *I, CallInst *CI);
436 /// CanMoveAboveCall - Return true if it is safe to move the specified
440 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { function in class:TailCallElim
643 if (CanMoveAboveCall(BBI, CI)) continue;

Completed in 164 milliseconds