Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Analysis/
DThreadSafetyTIL.cpp71 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp70 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp49 std::vector<unsigned> NumPreds; member in __anoncf9415770111::GCNMinRegScheduler
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp42 std::vector<unsigned> NumPreds; member in __anone3fe7a6b0111::GCNMinRegScheduler
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h60 unsigned NumPreds = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h60 unsigned NumPreds = 0; variable
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h53 unsigned NumPreds; // Number of predecessor blocks. variable
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp331 unsigned NumPreds = cast<PHINode>(front()).getNumIncomingValues(); in removePredecessor() 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
/external/llvm-project/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp306 static Register CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DWinEHPrepare.cpp847 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp303 static unsigned CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DWinEHPrepare.cpp825 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() 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-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp278 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp523 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp273 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
DCloneFunction.cpp527 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp428 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp424 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
/external/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDAG.h266 unsigned NumPreds = 0; ///< # of SDep::Data preds. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h266 unsigned NumPreds = 0; ///< # of SDep::Data preds. variable
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp681 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local

12