| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | catch_inputs.cpp | 28 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 D | reg_alloc_verifier.cpp | 130 void SetVisited(bool visited) in SetVisited() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| H A D | gc_utils.cpp | 33 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 D | gc_intrusion_check.cpp | 187 FindDefOrStatepointRecursive(const Instruction *start, const Instruction *def, DenseSet<const BasicBlock *> *visited) FindDefOrStatepointRecursive() argument
|
| H A D | gep_propagation.cpp | 304 llvm::DenseSet<Value *> visited; in GetConstantInput() local 456 auto visited = phiCache.find({uinst, incoming}); in ReplaceRecursively() local
|
| H A D | gc_intrusion.cpp | 254 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 D | string_builder_utils.cpp | 147 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 D | licm.cpp | 273 static bool FindUnsafeInstBetween(const BasicBlock *domBb, BasicBlock *currBb, Marker visited, const Inst *resolver, in FindUnsafeInstBetween() argument
|
| H A D | reserve_string_builder_buffer.cpp | 451 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 D | property_accessor.cpp | 222 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 D | cleanup_inline_module.cpp | 262 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 D | graph_checker.cpp | 718 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 D | analysis.cpp | 529 auto visited = graph->NewMarker(); in SearchMissingObjInSaveStates() local 535 void SaveStateBridgesBuilder::SearchSSOnWay(BasicBlock *block, Inst *startFrom, Inst *sourceInst, Marker visited, in SearchSSOnWay() argument
|
| H A D | graph_checker.cpp | 999 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...] |