Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp64 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()
DIfConversion.cpp1471 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp264 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp480 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneFunctionInto() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp632 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp499 unsigned NumPreds = PN->getNumIncomingValues(); in RewriteLoopExitValues() local