Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp195 int ThisMBB = Br->getParent()->getNumber(); in computeOffset() local
199 if (ThisMBB < TargetMBB) { in computeOffset()
200 for (int N = ThisMBB + 1; N < TargetMBB; ++N) in computeOffset()
207 for (int N = ThisMBB; N >= TargetMBB; --N) in computeOffset()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp558 MachineBasicBlock *ThisMBB = BB; in EmitInstrWithCustomInserter() local
635 .addMBB(ThisMBB); in EmitInstrWithCustomInserter()