Home
last modified time | relevance | path

Searched refs:computeOffsetFromTheBeginning (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp157 uint64_t computeOffsetFromTheBeginning(int MBB);
325 uint64_t MipsBranchExpansion::computeOffsetFromTheBeginning(int MBB) { in computeOffsetFromTheBeginning() function in MipsBranchExpansion
649 uint64_t JOffset = computeOffsetFromTheBeginning(MBB->getNumber()) + in expandToLongBranch()
651 uint64_t TgtMBBOffset = computeOffsetFromTheBeginning(TgtMBB->getNumber()); in expandToLongBranch()