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

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

Completed in 18 milliseconds