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

  /external/llvm/lib/Target/X86/
X86WinAllocaExpander.cpp 140 // Initialize OutOffset[B], the stack offset at exit from B, to something big.
141 DenseMap<MachineBasicBlock *, int64_t> OutOffset;
143 OutOffset[&MBB] = INT32_MAX;
155 Offset = std::max(Offset, OutOffset[Pred]);
191 OutOffset[MBB] = Offset;
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp     [all...]

Completed in 531 milliseconds