Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp70 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h53 unsigned NumPreds; // Number of predecessor blocks. variable
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h42 unsigned NumPreds; // Number of predecessor blocks. variable
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp296 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DWinEHPrepare.cpp810 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
DIfConversion.cpp1558 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSSAUpdater.cpp312 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DIfConversion.cpp1326 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.cpp471 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp299 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp418 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneFunctionInto() local
DBasicBlockUtils.cpp457 unsigned NumPreds, const char *Suffix, in SplitBlockPredecessors()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp602 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp512 unsigned NumPreds = PN->getNumIncomingValues(); in RewriteLoopExitValues() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp444 unsigned NumPreds) { in splitBlock()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp681 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp524 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
DRewriteStatepointsForGC.cpp844 int NumPreds = std::distance(pred_begin(BB), pred_end(BB)); in findBasePointer() local