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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1156 /// FindLoopCounter) is also pointer type. Instead, we could directly convert
1334 /// FindLoopCounter - Find an affine IV in canonical form.
1348 FindLoopCounter(Loop *L, const SCEV *BECount, function
1436 // IVInit may be a pointer while IVCount is an integer when FindLoopCounter
1748 PHINode *IndVar = FindLoopCounter(L, BackedgeTakenCount, SE, DT, TD);

Completed in 275 milliseconds