| /external/clang/lib/Analysis/ |
| D | ThreadSafetyTIL.cpp | 70 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | GCNMinRegStrategy.cpp | 42 std::vector<unsigned> NumPreds; member in __anon12f246490111::GCNMinRegScheduler
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | SSAUpdaterImpl.h | 60 unsigned NumPreds = 0; variable
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | SSAUpdaterImpl.h | 53 unsigned NumPreds; // Number of predecessor blocks. variable
|
| /external/llvm/lib/CodeGen/ |
| D | MachineSSAUpdater.cpp | 296 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
|
| D | WinEHPrepare.cpp | 810 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
|
| D | IfConversion.cpp | 1558 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineSSAUpdater.cpp | 303 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
|
| D | WinEHPrepare.cpp | 825 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
|
| D | IfConversion.cpp | 2088 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SSAUpdater.cpp | 278 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
|
| D | CloneFunction.cpp | 523 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SSAUpdater.cpp | 265 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
|
| D | CloneFunction.cpp | 471 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | SpeculateAroundPHIs.cpp | 424 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
|
| D | JumpThreading.cpp | 972 unsigned NumPreds = pred_size(TestBB); in GetBestDestForJumpOnUndef() local
|
| D | RewriteStatepointsForGC.cpp | 966 int NumPreds = pred_size(BB); in findBasePointer() local
|
| D | IndVarSimplify.cpp | 603 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAG.h | 266 unsigned NumPreds = 0; ///< # of SDep::Data preds. variable
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 681 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
|
| D | IndVarSimplify.cpp | 524 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
|
| D | RewriteStatepointsForGC.cpp | 844 int NumPreds = std::distance(pred_begin(BB), pred_end(BB)); in findBasePointer() local
|