Home
last modified time | relevance | path

Searched defs:NumPreds (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h50 unsigned NumPreds; // Number of predecessor blocks. variable
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp305 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DIfConversion.cpp1425 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DCloneFunction.cpp426 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneFunctionInto() local
DSSAUpdater.cpp265 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp618 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp495 unsigned NumPreds = PN->getNumIncomingValues(); in RewriteLoopExitValues() local