Home
last modified time | relevance | path

Searched defs:visited (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcatch_inputs.cpp28 void ProcessInst(Inst *inst, Marker visited) in ProcessInst() argument
43 void ProcessBlock(BasicBlock *block, Marker visited) in ProcessBlock() argument
54 Marker visited = holder.GetMarker(); in RunImpl() local
H A Dreg_alloc_verifier.cpp130 void SetVisited(bool visited) in SetVisited() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.cpp33 DerivedStatus IsDerivedImpl(llvm::Value *val, llvm::SmallSet<llvm::Value *, 8U> *visited) in IsDerivedImpl() argument
77 DerivedStatus IsPHIDerived(llvm::PHINode *phi, llvm::SmallSet<llvm::Value *, 8U> *visited) in IsPHIDerived() argument
119 llvm::SmallSet<const llvm::Value *, 8U> visited; HasBeenGcRef() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion_check.cpp187 FindDefOrStatepointRecursive(const Instruction *start, const Instruction *def, DenseSet<const BasicBlock *> *visited) FindDefOrStatepointRecursive() argument
H A Dgep_propagation.cpp304 llvm::DenseSet<Value *> visited; in GetConstantInput() local
456 auto visited = phiCache.find({uinst, incoming}); in ReplaceRecursively() local
H A Dgc_intrusion.cpp254 DenseSet<BasicBlock *> visited; in run() local
380 void GcIntrusion::PropagateRelocs(GcRefLiveness *liveness, DenseSet<BasicBlock *> *visited, BasicBlock *block, in PropagateRelocs() argument
282 RewriteWithGcInBlock(BasicBlock *block, GcRefLiveness *liveness, SetVector<Value *> *alive, DenseSet<BasicBlock *> *visited, GcIntrusionContext *gcContext) RewriteWithGcInBlock() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.cpp147 bool HasInputPhiRecursively(Inst *inst, Marker visited, const FindInputPredicate &predicate) in HasInputPhiRecursively() argument
174 void ResetInputMarkersRecursively(Inst *inst, Marker visited) in ResetInputMarkersRecursively() argument
198 bool HasUserPhiRecursively(Inst *inst, Marker visited, cons argument
242 ResetUserMarkersRecursively(Inst *inst, Marker visited) ResetUserMarkersRecursively() argument
[all...]
H A Dlicm.cpp273 static bool FindUnsafeInstBetween(const BasicBlock *domBb, BasicBlock *currBb, Marker visited, const Inst *resolver, in FindUnsafeInstBetween() argument
H A Dreserve_string_builder_buffer.cpp451 uint64_t ReserveStringBuilderBuffer::FindLongestPathLength(Inst *instance, Loop *loop, Marker visited) in FindLongestPathLength() argument
493 uint64_t ReserveStringBuilderBuffer::FindLongestPathLength(Inst *instance, BasicBlock *block, Marker visited, in FindLongestPathLength() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_accessor.cpp222 std::vector<JSHandle<JSTaggedValue>> visited; in GetKeysSlow() local
273 MergeRemainings(const std::vector<JSHandle<TaggedArray>> &remainings, const std::vector<JSHandle<JSTaggedValue>> &visited) MergeRemainings() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp262 DenseSet<Value *> visited; in VisitFunction() local
272 bool IsInlinable(Value *value, DenseSet<Value *> &visited) in IsInlinable() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp718 void GraphChecker::CheckSaveStateOsrRec(const Inst *inst, const Inst *user, BasicBlock *block, Marker visited) in CheckSaveStateOsrRec() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Danalysis.cpp529 auto visited = graph->NewMarker(); in SearchMissingObjInSaveStates() local
535 void SaveStateBridgesBuilder::SearchSSOnWay(BasicBlock *block, Inst *startFrom, Inst *sourceInst, Marker visited, in SearchSSOnWay() argument
H A Dgraph_checker.cpp999 bool GraphChecker::IsPhiSafeToSkipObjectCheck(Inst *inst, Marker visited) in CheckUserOfInt32() argument
1023 bool GraphChecker::IsPhiUserSafeToSkipObjectCheck(Inst *inst, Marker visited) in CheckUserOfInt32() argument
1179 CheckSaveStateOsrRec(const Inst *inst, const Inst *user, BasicBlock *block, Marker visited) CheckUserOfInt32() argument
[all...]

Completed in 14 milliseconds