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

  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 104 Value *AllocaPointerVal;
113 AllocaPointerVal = nullptr;
131 AllocaPointerVal = SI->getOperand(0);
138 AllocaPointerVal = LI;
584 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 300 Value *AllocaPointerVal;
309 AllocaPointerVal = 0;
328 AllocaPointerVal = SI->getOperand(0);
335 AllocaPointerVal = LI;
517 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal;
    [all...]

Completed in 283 milliseconds