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

  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 85 CastInst *AllocaInsertionPoint = new BitCastInst(
104 DemoteRegToStack(*ilb, false, AllocaInsertionPoint);
118 DemotePHIToStack(cast<PHINode>(ilb), AllocaInsertionPoint);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reg2Mem.cpp 85 CastInst *AllocaInsertionPoint =
107 DemoteRegToStack(**ilb, false, AllocaInsertionPoint);
123 DemotePHIToStack(cast<PHINode>(*ilb), AllocaInsertionPoint);

Completed in 276 milliseconds