HomeSort by relevance Sort by last modified time
    Searched refs:cdep (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 411 CallInst* cdep = nullptr; local
422 if (!I->getResult().isDef() || cdep != nullptr) {
423 cdep = nullptr;
430 cdep = NonLocalDepCall;
434 cdep = nullptr;
438 if (!cdep) {
443 if (cdep->getNumArgOperands() != C->getNumArgOperands()) {
449 uint32_t cd_vn = lookupOrAdd(cdep->getArgOperand(i));
456 uint32_t v = lookupOrAdd(cdep);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 283 CallInst* cdep = 0; local
294 if (!I->getResult().isDef() || cdep != 0) {
295 cdep = 0;
302 cdep = NonLocalDepCall;
306 cdep = 0;
310 if (!cdep) {
315 if (cdep->getNumArgOperands() != C->getNumArgOperands()) {
321 uint32_t cd_vn = lookup_or_add(cdep->getArgOperand(i));
328 uint32_t v = lookup_or_add(cdep);
    [all...]

Completed in 444 milliseconds