Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp70 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp43 std::vector<unsigned> NumPreds; member in __anonf4dd06850111::GCNMinRegScheduler
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h61 unsigned NumPreds = 0; variable
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h53 unsigned NumPreds; // Number of predecessor blocks. variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp304 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DWinEHPrepare.cpp824 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
DIfConversion.cpp1952 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/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/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-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp279 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp508 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp417 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
DJumpThreading.cpp952 unsigned NumPreds = pred_size(TestBB); in GetBestDestForJumpOnUndef() local
DIndVarSimplify.cpp570 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
DRewriteStatepointsForGC.cpp969 int NumPreds = pred_size(BB); in findBasePointer() local
/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