Searched refs:BlockEnd (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMCFunction.cpp99 uint64_t BlockEnd = *llvm::next(spi); local
103 Instructions[ii].Address >= BlockEnd)
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp858 SlotIndex BlockStart, BlockEnd; local
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/
H A DLoopUnroll.cpp242 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); local
247 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) {

Completed in 306 milliseconds