Home
last modified time | relevance | path

Searched defs:cands (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp898 MapleVector<MIRFunction *> *cands = in HandleBody() local
1634 …MapleVector<MIRFunction *> *cands = klass->GetCandidates(calleeFunc->GetBaseFuncNameWithTypeStrIdx… in ReadCallGraphFromMplt() local
Dclass_hierarchy.cpp138 MapleVector<MIRFunction *> *cands = GetCandidates(funcName); in GetClosestMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp4686 … BB &headerPred, BB &exitSucc, const std::set<regno_t> &cands) in SplitVregAroundLoop()
4747 bool GraphColorRegAllocator::LoopNeedSplit(const CGFuncLoops &loop, std::set<regno_t> &cands) in LoopNeedSplit()
4895 std::set<regno_t> cands; in AnalysisLoop() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1067 std::vector<uint32> cands; variable