Searched refs:InstBB (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp96 BasicBlock *InstBB = I->getParent(); local
97 Loop *L = LI.getLoopFor(InstBB);
113 if (InstBB != UserBB && !L->contains(UserBB))
127 BasicBlock *DomBB = InstBB;
225 if (InstBB == UserBB || L->contains(UserBB))
259 insertDebugValuesForPHIs(InstBB, NeedDbgValues);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp152 const MachineBasicBlock *InstBB = MI->getParent(); local
153 assert(InstBB != MBB && "Instruction found in empty MBB");
154 if (!MDT->dominates(InstBB, MBB))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp2143 BasicBlock *InstBB = I->getParent(); local
2144 bool Folded = ConstantFoldTerminator(InstBB,
2153 BranchInst *BI = cast<BranchInst>(InstBB->getTerminator());
2156 InstBB->getTerminator()->eraseFromParent();
2157 new UnreachableInst(InstBB->getContext(), InstBB);

Completed in 58 milliseconds