Home
last modified time | relevance | path

Searched defs:inputRange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/include/
Dmdgenerator.h25 MDCodeGen(const MDClassRange &inputRange, const std::string &oFileDirArg) in MDCodeGen()
55 …SchedInfoGen(const MDClassRange &inputRange, const std::string &oFileDirArg) : MDCodeGen(inputRang… in SchedInfoGen()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp396 auto inputRange = bri->FindBoundsRange(block, inst->GetInput(0).GetInst()); in VisitCheckCast() local
412 auto inputRange = bri->FindBoundsRange(block, inst->GetInput(0).GetInst()); in VisitIsInstance() local