Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp70 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.h61 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.cpp1017 unsigned NumPreds = PN->getNumIncomingValues(); in cloneCommonBlocks() local
H A DIfConversion.cpp2086 unsigned NumPreds = TailBB->pred_size(); in IfConvertDiamond() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp317 static Value *CreateEmptyPHI(BasicBlock *BB, unsigned NumPreds, in CreateEmptyPHI()
H A DCloneFunction.cpp791 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() local
H A DLoopUtils.cpp1578 unsigned NumPreds = PN->getNumIncomingValues(); in rewriteLoopExitValues() local
H A DLocal.cpp1055 unsigned NumPreds = pred_size(BB); in introduceTooManyPhiEntries() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h274 unsigned NumPreds = 0; ///< # of SDep::Data preds. variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp504 unsigned NumPreds = cast<PHINode>(front()).getNumIncomingValues(); in removePredecessor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp924 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4095 static BlockValueNum CreateEmptyPHI(LDVSSABlock *BB, unsigned NumPreds, in CreateEmptyPHI()