Home
last modified time | relevance | path

Searched refs:isVisited (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp66 bool isVisited() const { return Index != UndefinedIndex; } in isVisited() function in Ice::LoopAnalyzer::LoopNode
173 if (Node.isDeleted() || Node.isVisited()) in computeLoopNestDepth()
191 if (!Node.isVisited()) { in processNode()
214 if (!Succ.isVisited()) in processNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp69 bool isVisited() const;
185 bool MBBInfo::isVisited() const { return HTScope; } in isVisited() function in MBBInfo
211 if (MBBI.isVisited()) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1251 bool isVisited(const SUnit *SU) const { in isVisited() function in llvm::SchedDFSImpl
1453 if (Impl.isVisited(&SU) || hasDataSucc(&SU)) in compute()
1470 if (Impl.isVisited(PredDep.getSUnit())) { in compute()