Home
last modified time | relevance | path

Searched refs:canClobber (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dcan-place-dep.js260 let canClobber = !entryRep
276 canClobber = false
282 if (canClobber) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1833 bool canClobber(const SUnit *SU, const SUnit *Op);
2816 bool RegReductionPQBase::canClobber(const SUnit *SU, const SUnit *Op) { in canClobber() function in RegReductionPQBase
3113 (!canClobber(SuccSU, DUSU) || in AddPseudoTwoAddrDeps()