Searched refs:IBB (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp317 BasicBlock *IBB = nullptr; local
322 if (IBB)
324 IBB = PredBB;
335 return IBB;
H A DIntegerDivision.cpp158 BasicBlock *IBB = Builder.GetInsertBlock(); local
159 Function *F = IBB->getParent();
H A DLoopSimplify.cpp410 BasicBlock *IBB = PN->getIncomingBlock(i); local
412 if (IBB == Preheader) {
415 NewPN->addIncoming(IV, IBB);
H A DLocal.cpp881 BasicBlock *IBB = PN->getIncomingBlock(PI);
882 if (BBPreds.count(IBB) &&
883 !CanMergeValues(BBPN->getIncomingValueForBlock(IBB),
889 << IBB->getName() << "\n");
899 BasicBlock *IBB = PN->getIncomingBlock(PI);
900 if (BBPreds.count(IBB) &&
905 << "predecessor " << IBB->getName() << "\n");
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D19990826-3.f30 SUBROUTINE PCAPOP(M1,M2,L1,L2,NMEM,N1,N2,IB,IBB,K3,TF,TS,TC,TTO)
33 C CALCUL DES PARAMETRES OPTIMAUX N1 N2 IB IBB
300 IBB=IBBCO
315 IBB=0
318 IBB=0
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp1027 // Look at blocks (IBB) with multiple predecessors (PBB).
1030 // to IBB, and
1032 // not IBB; this may require adding back an unconditional branch to IBB
1034 // Bcc IBB
1038 // with a conceptual B to IBB after that, which never actually exists.
1050 MachineBasicBlock *IBB = &*I; local
1055 // Bail if merging after placement and IBB is the loop header because
1056 // -- If merging predecessors that belong to the same loop as IBB, the
1061 // --If merging predecessors that do not belong to the same loop as IBB, th
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp649 BasicBlock *IBB = MPhi->getIncomingBlock(I); local
651 if (IBB != Preheader) {
652 NewMPhi->addIncoming(IV, IBB);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9255 BasicBlock *IBB = PH->getIncomingBlock(i);
9263 if (!VisitedBBs.insert(IBB).second) {
9264 NewPhi->addIncoming(NewPhi->getIncomingValueForBlock(IBB), IBB);
9268 Builder.SetInsertPoint(IBB->getTerminator());
9271 NewPhi->addIncoming(Vec, IBB);

Completed in 207 milliseconds