Home
last modified time | relevance | path

Searched refs:NodeInfo (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.cc31 struct NodeInfo { struct
33 NodeInfo* next; // link in chaining loop members
41 NodeInfo* header_list;
42 NodeInfo* exit_list;
43 NodeInfo* body_list;
89 for (NodeInfo& ni : info_) { in Print()
124 ZoneVector<NodeInfo> info_;
268 info(node); // create the NodeInfo in SetLoopMark()
364 NodeInfo& info(Node* node) { in info()
365 NodeInfo in info()
[all...]
H A Dsimplified-lowering.cc285 class NodeInfo final {
364 for (NodeInfo& info : info_) { in ResetNodeInfoState()
407 NodeInfo* info = GetInfo(node); in UpdateFeedbackType()
599 NodeInfo* input_info = GetInfo(input); in GenerateTraversal()
619 NodeInfo* info = GetInfo(node); in GenerateTraversal()
628 NodeInfo* info = GetInfo(node); in PushNodeToRevisitIfVisited()
640 NodeInfo* info = GetInfo(node); in RetypeNode()
654 NodeInfo* info = GetInfo(node); in PropagateTruncation()
719 NodeInfo* info = GetInfo(node); in RunLowerPhase()
755 NodeInfo* inf in RunVerifyPhase()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp303 TruncInstCombine::Info &NodeInfo = Itr.second; in ReduceExpressionDag() local
305 assert(!NodeInfo.NewValue && "Instruction has been evaluated"); in ReduceExpressionDag()
320 NodeInfo.NewValue = I->getOperand(0); in ReduceExpressionDag()
358 NodeInfo.NewValue = Res; in ReduceExpressionDag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h68 struct NodeInfo { struct in llvm::cflaa::CFLGraph
74 std::vector<NodeInfo> Levels;
85 NodeInfo &getNodeInfoAtLevel(unsigned Level) { in getNodeInfoAtLevel()
89 const NodeInfo &getNodeInfoAtLevel(unsigned Level) const {
102 NodeInfo *getNode(Node N) {
136 const NodeInfo *getNode(Node N) const {
H A DCFLAndersAliasAnalysis.cpp643 auto NodeInfo = Graph.getNode(ToNode); in processWorkListItem() local
644 assert(NodeInfo != nullptr); in processWorkListItem()
685 for (const auto &AssignEdge : NodeInfo->Edges) in processWorkListItem()
689 for (const auto &RevAssignEdge : NodeInfo->ReverseEdges) in processWorkListItem()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h35 struct NodeInfo final {
36 NodeInfo() in NodeInfo() function
48 bool Matches(NodeInfo* that) { in Matches()
57 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding()
71 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing()
241 NodeInfo* info() { return &info_; } in info()
276 NodeInfo info_;
H A Dregexp-dotprinter.cc92 NodeInfo* info = that->info(); in PrintAttributes()
H A Dregexp-compiler.cc1792 explicit VisitMarker(NodeInfo* info) : info_(info) { in VisitMarker()
1799 NodeInfo* info_;
H A Dregexp-compiler-tonode.cc891 NodeInfo info; in RationalizeConsecutiveAtoms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h129 struct NodeInfo { struct in llvm::SwingSchedulerDAG
135 NodeInfo() = default;
138 std::vector<NodeInfo> ScheduleInfo;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1961 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID);
1962 if (NodeInfo == PFS.IRSlots.MetadataNodes.end())
1965 Node = NodeInfo->second.get();
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 64 milliseconds