HomeSort by relevance Sort by last modified time
    Searched refs:setSubgraphColorHelper (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 223 /// setSubgraphColorHelper - Implement setSubgraphColor. Return
226 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited,
246 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
262 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
265 setSubgraphColorHelper(N, "blue", visited, 0, printed);
267 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 218 /// setSubgraphColorHelper - Implement setSubgraphColor. Return
221 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited,
241 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
257 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
260 setSubgraphColorHelper(N, "blue", visited, 0, printed);
262 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 181 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 277 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 268 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 312 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 312 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 268 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 312 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 312 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 313 bool setSubgraphColorHelper(SDNode *N, const char *Color,
    [all...]

Completed in 920 milliseconds