Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h147 NodeList InEdges; /// in no particular order variable
DWasmTranslator.cpp334 const auto &InEdges = Control.toCfgNode()->getInEdges(); in Phi() local
DIceCfg.cpp281 const auto &InEdges = Node->getInEdges(); in fixPhiNodes() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBranchProbabilityInfo.cpp268 SmallPtrSet<BasicBlock *, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp353 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp585 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp423 DirectEdges InEdges; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp809 DirectEdges InEdges; member