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

  /external/llvm/lib/CodeGen/
SafeStackColoring.cpp 104 unsigned BBEnd = InstNo;
105 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd);
142 unsigned BBEnd = InstNo;
143 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd);
194 unsigned BBStart, BBEnd;
195 std::tie(BBStart, BBEnd) = BlockInstRange[BB];
233 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd);
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 231 milliseconds