Home
last modified time | relevance | path

Searched refs:EntryNode (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfg.h88 void setEntryNode(CfgNode *EntryNode) { Entry = EntryNode; } in setEntryNode() argument
DIceOperand.cpp382 CfgNode *EntryNode = Func->getEntryNode(); in init() local
384 Metadata[Var->getIndex()].markUse(Kind, NoInst, EntryNode, IsImplicit); in init()
DIceCfg.cpp1005 CfgNode *EntryNode = getEntryNode(); in processAllocas() local
1006 assert(EntryNode); in processAllocas()
1020 for (Inst &Instr : EntryNode->getInsts()) { in processAllocas()
1043 if (Node == EntryNode) in processAllocas()
1069 for (Inst &Instr : EntryNode->getInsts()) { in processAllocas()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h143 SDNode EntryNode;
254 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h189 SDNode EntryNode;
380 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp839 EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
841 AllNodes.push_back(&EntryNode); in SelectionDAG()
858 assert(&*AllNodes.begin() == &EntryNode); in allnodes_clear()
877 EntryNode.UseList = 0; in clear()
878 AllNodes.push_back(&EntryNode); in clear()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp886 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
889 InsertNode(&EntryNode); in SelectionDAG()
908 assert(&*AllNodes.begin() == &EntryNode); in allnodes_clear()
995 EntryNode.UseList = nullptr; in clear()
996 InsertNode(&EntryNode); in clear()