Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DFloat2Int.h33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DFloat2Int.h33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp120 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() function in Float2IntPass
517 findRoots(F, Roots); in runImpl()
DLoopRerollPass.cpp363 bool findRoots();
934 bool LoopReroll::DAGRootTracker::findRoots() { in findRoots() function in LoopReroll::DAGRootTracker
1677 if (!DAGRoots.findRoots()) in reroll()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp120 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() function in Float2IntPass
503 findRoots(F, Roots); in runImpl()
DLoopRerollPass.cpp390 bool findRoots();
956 bool LoopReroll::DAGRootTracker::findRoots() { in findRoots() function in LoopReroll::DAGRootTracker
1612 if (!DAGRoots.findRoots()) in reroll()