Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp71 void BasicBlock::reservePredecessors(unsigned NumPreds) { in reservePredecessors()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp36 std::vector<unsigned> NumPreds; member in __anon235545e00111::GCNMinRegScheduler
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h60 unsigned NumPreds = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp322 static Register CreateEmptyPHI(MachineBasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
H A DWinEHPrepare.cpp987 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
H A DIfConversion.cpp2071 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp318 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
H A DCloneFunction.cpp734 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
H A DLoopUtils.cpp1512 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h272 unsigned NumPreds = 0; ///< # of SDep::Data preds. variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp524 unsigned NumPreds = cast<PHINode>(front()).getNumIncomingValues(); in removePredecessor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp927 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4070 static BlockValueNum CreateEmptyPHI(LDVSSABlock *BB, unsigned NumPreds, in CreateEmptyPHI()