Home
last modified time | relevance | path

Searched defs:InEdges (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.h146 NodeList InEdges; /// in no particular order variable
DIceCfg.cpp230 const auto &InEdges = Node->getInEdges(); in fixPhiNodes() local
DWasmTranslator.cpp334 const auto &InEdges = Control.toCfgNode()->getInEdges(); in Phi() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp614 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp905 DirectEdges InEdges; member