Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp197 int ThisMBB = Br->getParent()->getNumber(); in computeOffset() local
201 if (ThisMBB < TargetMBB) { in computeOffset()
202 for (int N = ThisMBB + 1; N < TargetMBB; ++N) in computeOffset()
209 for (int N = ThisMBB; N >= TargetMBB; --N) in computeOffset()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp515 MachineBasicBlock *ThisMBB = BB; in EmitInstrWithCustomInserter() local
592 .addMBB(ThisMBB); in EmitInstrWithCustomInserter()