Searched defs:InEdges (Results 1 – 5 of 5) sorted by relevance
146 NodeList InEdges; /// in no particular order variable
230 const auto &InEdges = Node->getInEdges(); in fixPhiNodes() local
334 const auto &InEdges = Control.toCfgNode()->getInEdges(); in Phi() local
614 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local
905 DirectEdges InEdges; member