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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DBranchFolding.cpp844 // Look at blocks (IBB) with multiple predecessors (PBB).
847 // to IBB, and
849 // not IBB; this may require adding back an unconditional branch to IBB
851 // Bcc IBB
855 // with a conceptual B to IBB after that, which never actually exists.
867 MachineBasicBlock *IBB = I; local
878 if (PBB == IBB)
892 // Failing case: IBB is the target of a cbr, and we cannot reverse the
895 if (!Cond.empty() && TBB == IBB) {
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLocal.cpp555 BasicBlock *IBB = PN->getIncomingBlock(PI); local
556 if (BBPreds.count(IBB) &&
557 BBPN->getIncomingValueForBlock(IBB) != PN->getIncomingValue(PI)) {
561 << IBB->getName() << "\n");
571 BasicBlock *IBB = PN->getIncomingBlock(PI); local
572 if (BBPreds.count(IBB) && Val != PN->getIncomingValue(PI)) {
575 << "predecessor " << IBB->getName() << "\n");
H A DLoopSimplify.cpp698 BasicBlock *IBB = PN->getIncomingBlock(i); local
700 if (IBB == Preheader) {
703 NewPN->addIncoming(IV, IBB);
H A DIntegerDivision.cpp140 BasicBlock *IBB = Builder.GetInsertBlock(); local
141 Function *F = IBB->getParent();

Completed in 73 milliseconds