Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp377 bool collectPossibleRoots(Instruction *Base,
791 collectPossibleRoots(Instruction *Base, std::map<int64_t,Instruction*> &Roots) { in collectPossibleRoots() function in LoopReroll::DAGRootTracker
901 if (!collectPossibleRoots(IVU, V)) in findRootsBase()