Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp70 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h52 unsigned NumPreds; // Number of predecessor blocks. variable
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp297 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DWinEHPrepare.cpp662 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
DIfConversion.cpp1493 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp265 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp568 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp685 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp561 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
DRewriteStatepointsForGC.cpp917 int NumPreds = std::distance(pred_begin(BB), pred_end(BB)); in findBasePointer() local