Searched refs:PredNum (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1290 unsigned PredNum = PredDep.getSUnit()->NodeNum; local
1291 if ((InstrCount - R.DFSNodeData[PredNum].InstrCount) < R.SubtreeLimit)
1295 if (R.DFSNodeData[PredNum].SubtreeID == PredNum) {
1298 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID)
1299 RootSet[PredNum].ParentNodeID = SU->NodeNum;
1301 else if (RootSet.count(PredNum)) {
1304 // RootSet[PredNum].ParentNodeID may either be invalid or may still be
1306 RData.SubInstrCount += RootSet[PredNum].SubInstrCount;
1307 RootSet.erase(PredNum);
1372 unsigned PredNum = PredSU->NodeNum; local
[all...]
H A DMachineTraceMetrics.cpp191 unsigned PredNum = TBI->Pred->getNumber(); local
192 TraceBlockInfo *PredTBI = &BlockInfo[PredNum];
199 ArrayRef<unsigned> PredPRDepths = getProcResourceDepths(PredNum);
200 ArrayRef<unsigned> PredPRCycles = MTM.getProcResourceCycles(PredNum);
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp858 static unsigned getFCmpOpcode(unsigned PredNum) { argument
859 auto Pred = static_cast<CmpInst::Predicate>(PredNum);
894 static unsigned getICmpOpcode(unsigned PredNum) { argument
895 auto Pred = static_cast<CmpInst::Predicate>(PredNum);
934 static unsigned getBoolCmpOpcode(unsigned PredNum) { argument
935 auto Pred = static_cast<CmpInst::Predicate>(PredNum);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2755 for (unsigned PredNum = 0; PredNum < OpPHI->getNumOperands(); ++PredNum) {
2756 auto *PredBB = OpPHI->getIncomingBlock(PredNum);

Completed in 326 milliseconds