Searched refs:findRoots (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | Float2Int.h | 33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | Float2Int.h | 33 void findRoots(Function &F, SmallPtrSet<Instruction *, 8> &Roots);
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 120 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() function in Float2IntPass 517 findRoots(F, Roots); in runImpl()
|
D | LoopRerollPass.cpp | 363 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/ |
D | Float2Int.cpp | 120 void Float2IntPass::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() function in Float2IntPass 503 findRoots(F, Roots); in runImpl()
|
D | LoopRerollPass.cpp | 390 bool findRoots(); 956 bool LoopReroll::DAGRootTracker::findRoots() { in findRoots() function in LoopReroll::DAGRootTracker 1612 if (!DAGRoots.findRoots()) in reroll()
|