| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | catch_inputs.cpp | 28 void ProcessInst(Inst *inst, Marker visited) in ProcessInst() 43 void ProcessBlock(BasicBlock *block, Marker visited) in ProcessBlock() 54 Marker visited = holder.GetMarker(); in RunImpl() local
|
| D | reg_alloc_verifier.cpp | 130 void SetVisited(bool visited) in SetVisited()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | gc_utils.cpp | 33 DerivedStatus IsDerivedImpl(llvm::Value *val, llvm::SmallSet<llvm::Value *, 8U> *visited) in IsDerivedImpl() 77 DerivedStatus IsPHIDerived(llvm::PHINode *phi, llvm::SmallSet<llvm::Value *, 8U> *visited) in IsPHIDerived() 119 llvm::SmallSet<const llvm::Value *, 8U> visited; in HasBeenGcRef() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | string_builder_utils.cpp | 147 bool HasInputPhiRecursively(Inst *inst, Marker visited, const FindInputPredicate &predicate) in HasInputPhiRecursively() 174 void ResetInputMarkersRecursively(Inst *inst, Marker visited) in ResetInputMarkersRecursively() 198 bool HasUserPhiRecursively(Inst *inst, Marker visited, const FindUserPredicate &predicate) in HasUserPhiRecursively() 225 void ResetUserMarkersRecursively(Inst *inst, Marker visited) in ResetUserMarkersRecursively()
|
| D | licm.cpp | 273 static bool FindUnsafeInstBetween(const BasicBlock *domBb, BasicBlock *currBb, Marker visited, cons… in FindUnsafeInstBetween() 332 MarkerHolder visited(GetGraph()); in FindSaveStateForHoist() local
|
| D | reserve_string_builder_buffer.cpp | 451 …t64_t ReserveStringBuilderBuffer::FindLongestPathLength(Inst *instance, Loop *loop, Marker visited) in FindLongestPathLength() 493 …eserveStringBuilderBuffer::FindLongestPathLength(Inst *instance, BasicBlock *block, Marker visited, in FindLongestPathLength() 550 MarkerHolder visited {GetGraph()}; in CountStringBuilderAppendCalls() local
|
| D | simplify_string_builder.cpp | 375 Marker visited = visitedMarker.GetMarker(); in OptimizeStringConcatenation() local 444 MarkerHolder visited {inst->GetBasicBlock()->GetGraph()}; in HasAppendUsersOnly() local 1282 MarkerHolder visited {GetGraph()}; in HasToStringCallInput() local 1305 MarkerHolder visited {GetGraph()}; in HasInputInst() local 1376 void SimplifyStringBuilder::StringBuilderUsagesDFS(Inst *inst, Loop *loop, Marker visited) in StringBuilderUsagesDFS() 1424 Marker visited = usageMarker.GetMarker(); in GetStringBuilderUsagesPO() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | data_dep_base.cpp | 136 std::vector<bool> visited(curRegion->GetMaxBBIdInRegion() + 1, false); in BuildInterBlockDefUseDependency() local 144 void DataDepBase::BuildPredPathDefDependencyDFS(BB &curBB, std::vector<bool> &visited, DepNode &dep… in BuildPredPathDefDependencyDFS() 175 void DataDepBase::BuildPredPathUseDependencyDFS(BB &curBB, std::vector<bool> &visited, DepNode &dep… in BuildPredPathUseDependencyDFS() 215 std::vector<bool> visited(curRegion->GetMaxBBIdInRegion() + 1, false); in BuildInterBlockSpecialDataInfoDependency() local 245 void DataDepBase::BuildPredPathSpecialDataInfoDependencyDFS(BB &curBB, std::vector<bool> &visited, … in BuildPredPathSpecialDataInfoDependencyDFS()
|
| D | control_dep_analysis.cpp | 180 std::unordered_map<LoopDesc *, bool> visited; in ComputeGeneralNonLinearRegions() local 308 … std::unordered_map<LoopDesc *, bool> &visited, LoopDesc *lp) in FindInnermostLoops() 397 std::vector<bool> visited(fcdg->GetFCDGNodeSize(), false); in ComputeSameCDRegions() local 433 void ControlDepAnalysis::ComputeRegionForCurNode(uint32 curBBId, std::vector<bool> &visited) in ComputeRegionForCurNode()
|
| D | cg.cpp | 71 std::set<std::string> visited; in GenExtraTypeMetadata() local
|
| D | cgbb.cpp | 382 MapleVector<bool> visited(cgfunc->NumBBs(), false, alloc.Adapter()); in SeekCycles() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_accessor.cpp | 222 std::vector<JSHandle<JSTaggedValue>> visited; in GetKeysSlow() local 274 const std::vector<JSHandle<JSTaggedValue>> &visited) in MergeRemainings()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_data_dep_base.cpp | 469 std::vector<bool> visited(curRegion->GetMaxBBIdInRegion() + 1, false); in BuildInterBlockMemDefUseDependency() local 477 void AArch64DataDepBase::BuildPredPathMemDefDependencyDFS(BB &curBB, std::vector<bool> &visited, De… in BuildPredPathMemDefDependencyDFS() 507 void AArch64DataDepBase::BuildPredPathMemUseDependencyDFS(BB &curBB, std::vector<bool> &visited, De… in BuildPredPathMemUseDependencyDFS()
|
| D | aarch64_regsaves.cpp | 640 void AArch64RegSavesOpt::Verify(regno_t reg, BB *bb, std::set<BB *, BBIdCmp> *visited, BBId *s, BBI… in Verify() 860 std::set<BB *, BBIdCmp> visited; in Run() local
|
| D | aarch64_prop.cpp | 2016 std::unordered_map<uint32, bool> &visited) in DFSFindValidDefInsns() 2131 std::unordered_map<uint32, bool> visited; in CheckPhiCaseCondition() local 2365 …4PregCopyPattern::DFSBuildPhiInsn(Insn *curInsn, std::unordered_map<uint32, RegOperand *> &visited) in DFSBuildPhiInsn() 2440 std::unordered_map<uint32, RegOperand *> visited; in Optimize() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | cleanup_inline_module.cpp | 262 DenseSet<Value *> visited; in VisitFunction() local 272 bool IsInlinable(Value *value, DenseSet<Value *> &visited) in IsInlinable()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gc_intrusion.cpp | 254 DenseSet<BasicBlock *> visited; in run() local 283 … DenseSet<BasicBlock *> *visited, GcIntrusionContext *gcContext) in RewriteWithGcInBlock() 380 void GcIntrusion::PropagateRelocs(GcRefLiveness *liveness, DenseSet<BasicBlock *> *visited, BasicBl… in PropagateRelocs()
|
| D | gc_intrusion_check.cpp | 188 … DenseSet<const BasicBlock *> *visited) in FindDefOrStatepointRecursive()
|
| D | gep_propagation.cpp | 307 llvm::DenseSet<Value *> visited; in GetConstantInput() local 459 auto visited = phiCache.find({uinst, incoming}); in ReplaceRecursively() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lexical_env_specialization_pass.cpp | 210 ChunkVector<GateRef> visited(chunk_); in HasNotdomStLexVarOrCall() local
|
| D | async_function_lowering.cpp | 253 …ChunkVector<VisitState> visited(circuit_->GetMaxGateId() + 1, VisitState::UNVISITED, circuit_->chu… in CheckResumeInLoopBody() local
|
| D | early_elimination.cpp | 37 ChunkSet<GateRef> visited(chunk_); in GetLoopDependInfo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 529 auto visited = graph->NewMarker(); in SearchMissingObjInSaveStates() local 535 …BridgesBuilder::SearchSSOnWay(BasicBlock *block, Inst *startFrom, Inst *sourceInst, Marker visited, in SearchSSOnWay()
|
| D | graph_checker.cpp | 983 bool GraphChecker::IsPhiSafeToSkipObjectCheck(Inst *inst, Marker visited) in CheckUserOfInt32() 1007 bool GraphChecker::IsPhiUserSafeToSkipObjectCheck(Inst *inst, Marker visited) in CheckUserOfInt32() 1109 MarkerHolder visited(GetGraph()); in CheckUserOfInt32() local 1127 MarkerHolder visited(GetGraph()); in CheckUserOfInt32() local 1163 …hecker::CheckSaveStateOsrRec(const Inst *inst, const Inst *user, BasicBlock *block, Marker visited) in CheckUserOfInt32()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 718 …hecker::CheckSaveStateOsrRec(const Inst *inst, const Inst *user, BasicBlock *block, Marker visited) in CheckSaveStateOsrRec()
|