Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DGCStrategy.h148 bool customRoots() const { return CustomRoots; } in customRoots() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCStrategy.h151 bool customRoots() const { return CustomRoots; } in customRoots() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCStrategy.h111 bool customRoots() const { return CustomRoots; } in customRoots() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp215 || C.customRoots(); in NeedsCustomLoweringPass()