| /external/llvm-project/clang/lib/Analysis/ |
| D | ThreadSafetyTIL.cpp | 71 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
|
| /external/clang/lib/Analysis/ |
| D | ThreadSafetyTIL.cpp | 70 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | GCNMinRegStrategy.cpp | 49 std::vector<unsigned> NumPreds; member in __anoncf9415770111::GCNMinRegScheduler
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | GCNMinRegStrategy.cpp | 42 std::vector<unsigned> NumPreds; member in __anone3fe7a6b0111::GCNMinRegScheduler
|
| /external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | SSAUpdaterImpl.h | 60 unsigned NumPreds = 0; variable
|
| /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-project/llvm/lib/IR/ |
| D | BasicBlock.cpp | 331 unsigned NumPreds = cast<PHINode>(front()).getNumIncomingValues(); in removePredecessor() local
|
| /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
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | MachineSSAUpdater.cpp | 306 static Register CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
|
| D | WinEHPrepare.cpp | 847 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() 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
|
| /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/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-project/llvm/lib/Transforms/Utils/ |
| D | SSAUpdater.cpp | 273 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
|
| D | CloneFunction.cpp | 527 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | SpeculateAroundPHIs.cpp | 428 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | SpeculateAroundPHIs.cpp | 424 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAG.h | 266 unsigned NumPreds = 0; ///< # of SDep::Data preds. variable
|
| /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
|