Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp73 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h52 unsigned NumPreds; // Number of predecessor blocks. variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp297 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
H A DIfConversion.cpp1473 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp480 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneFunctionInto() local
H A DSSAUpdater.cpp264 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp640 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
H A DIndVarSimplify.cpp501 unsigned NumPreds = PN->getNumIncomingValues(); in RewriteLoopExitValues() local