Searched defs:insertBefore (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | licm.cpp | 146 static bool EndOfPreheaderIsSafe(Inst *hoisted, Inst *insertBefore) in EndOfPreheaderIsSafe() 172 static void MoveInstToPreHeader(Inst *inst, BasicBlock *preHeader, Inst *insertBefore) in MoveInstToPreHeader() 207 Inst *insertBefore = nullptr; in MoveInstructions() local 302 Inst *Licm::FindSaveStateForHoist(Inst *hoisted, const BasicBlock *preHeader, Inst **insertBefore) in FindSaveStateForHoist()
|
| D | adjust_arefs.cpp | 184 Inst *AdjustRefs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t p… in InsertPointerArithmetic()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 174 auto insertBefore = std::find_if(pending.begin(), pending.end(), pcCompare); in InsertSuccToPendingList() local 181 auto insertBefore = std::find_if(pending.begin(), pending.end(), isNotInnerLoop); in InsertSuccToPendingList() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 7328 insertBefore: function(t, e) { method 7453 insertBefore: function(t, e) { method
|