Home
last modified time | relevance | path

Searched refs:IsNotCseApplicable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp127 if (inst->IsNotCseApplicable()) { in FindEqualVnOrCreateNew()
/arkcompiler/runtime_core/compiler/docs/
Dvn_doc.md43 if (inst->IsNotCseApplicable()) {
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp204 ASSERT(inst->IsNotCseApplicable()); in CheckDataFlow()
Dinst.h869 bool IsNotCseApplicable() const in IsNotCseApplicable() function