Searched refs:FirstI (Results 1 – 4 of 4) sorted by relevance
685 const Instruction *FirstI = LandingPad->getBasicBlock()->getFirstNonPHI(); in addLandingPad() local686 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad()714 } else if (const auto *CPI = dyn_cast<CatchPadInst>(FirstI)) { in addLandingPad()721 assert(isa<CleanupPadInst>(FirstI) && "Invalid landingpad!"); in addLandingPad()
598 static bool memoryIsNotModifiedBetween(Instruction *FirstI, in memoryIsNotModifiedBetween() argument603 BasicBlock::iterator FirstBBI(FirstI); in memoryIsNotModifiedBetween()606 BasicBlock *FirstBB = FirstI->getParent(); in memoryIsNotModifiedBetween()
147 static bool hasWriteToReadDep(const MachineInstr &FirstI, in hasWriteToReadDep() argument150 for (auto &MO : FirstI.operands()) { in hasWriteToReadDep()
1960 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() local1965 GV->getName(), &FirstI); in processInternalGlobal()1967 new StoreInst(GV->getInitializer(), Alloca, &FirstI); in processInternalGlobal()