Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h50 unsigned NumPreds; // Number of predecessor blocks. variable
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp306 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DIfConversion.cpp1380 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp302 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp423 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneFunctionInto() local
/external/llvm/lib/Analysis/
DProfileInfo.cpp444 unsigned NumPreds) { in splitBlock()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp607 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp497 unsigned NumPreds = PN->getNumIncomingValues(); in RewriteLoopExitValues() local