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

  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 99 uint64_t BlockEnd = *llvm::next(spi);
103 Instructions[ii].Address >= BlockEnd)
  /external/llvm/lib/CodeGen/
SplitKit.cpp 858 SlotIndex BlockStart, BlockEnd;
859 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
863 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
867 if (BlockEnd <= End)
872 BlockStart = BlockEnd;
879 BlockEnd = LIS.getMBBEndIdx(MBB);
883 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
885 if (End >= BlockEnd)
890 if (End < BlockEnd)
898 BlockStart = BlockEnd;
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 242 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO();
247 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) {
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gdbint.info     [all...]

Completed in 494 milliseconds