Searched refs:getBasicBlockForLabel (Results 1 – 11 of 11) sorted by relevance
338 BinaryBasicBlock *LPBlock = BF.getBasicBlockForLabel(LPLabel); in createEHTrampolines()393 BinaryBasicBlock *LPBlock = BF.getBasicBlockForLabel(Iter->second); in mergeEHTrampolines()
421 const BinaryBasicBlock *TgtBB = Func.getBasicBlockForLabel(TgtSym); in usesStub()464 const BinaryBasicBlock *TgtBB = Func.getBasicBlockForLabel(RealTargetSym); in relaxStub()509 const BinaryBasicBlock *TgtBB = Func.getBasicBlockForLabel(TgtSym); in needsStub()
65 const BinaryBasicBlock *TargetA = FunctionA.getBasicBlockForLabel(LabelA); in equalJumpTables()66 const BinaryBasicBlock *TargetB = FunctionB.getBasicBlockForLabel(LabelB); in equalJumpTables()
37 return Function.getBasicBlockForLabel(BC.MIB->getTargetSymbol(Inst)); in getInternalCallTarget()
394 BinaryBasicBlock *TargetBB = Function.getBasicBlockForLabel(Target); in instrumentFunction()401 TargetFunc->getBasicBlockForLabel(Target); in instrumentFunction()
258 assert(BF.getBasicBlockForLabel(Entry) || in getCallTargets()478 if (!Function.getBasicBlockForLabel(JT->Entries[Index + Range.first])) { in maybeGetHotJumpTableTargets()861 Function.getBasicBlockForLabel(SymTargets[I]); in fixCFG()
323 Callee.getBasicBlockForLabel(MIB.getTargetSymbol(Inst)); in inlineCall()
129 CondBranch && Function->getBasicBlockForLabel( in validateSuccessorInvariants()365 BinaryBasicBlock *BB = getFunction()->getBasicBlockForLabel(Label); in updateJumpTableSuccessors()
179 const BinaryBasicBlock *TargetBB = getBasicBlockForLabel(*EI); in postProcessProfile()
1888 BinaryBasicBlock *LPBlock = getBasicBlockForLabel(EHInfo->first); in recomputeLandingPads()
890 BinaryBasicBlock *getBasicBlockForLabel(const MCSymbol *Label) { in getBasicBlockForLabel() function894 const BinaryBasicBlock *getBasicBlockForLabel(const MCSymbol *Label) const { in getBasicBlockForLabel() function