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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h34 void findRoots(Function &F, const DominatorTree &DT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp123 void Float2IntPass::findRoots(Function &F, const DominatorTree &DT) { function in class:Float2IntPass
527 findRoots(F, DT);
H A DLoopRerollPass.cpp390 bool findRoots();
972 bool LoopReroll::DAGRootTracker::findRoots() { function in class:LoopReroll::DAGRootTracker
1628 if (!DAGRoots.findRoots())

Completed in 166 milliseconds