Searched refs:isEntry (Results 1 – 9 of 9) sorted by relevance
112 void processBlock(MachineBasicBlock &MBB, unsigned LiveMaskReg, bool isEntry);363 bool isEntry) { in processBlock() argument375 if (!isEntry && !(BI.Needs & StateExact) && BI.OutNeeds != StateExact) in processBlock()379 bool WQMFromExec = isEntry; in processBlock()380 char State = isEntry ? StateExact : StateWQM; in processBlock()
205 isEntry, enumerator368 explicit DIEEntry(DIE *E) : DIEValue(isEntry), Entry(E) {} in DIEEntry()384 static bool classof(const DIEValue *E) { return E->getType() == isEntry; } in classof()
187 void processBlock(MachineBasicBlock &MBB, unsigned LiveMaskReg, bool isEntry);676 bool isEntry) { in processBlock() argument685 if (!isEntry && BI.Needs == StateWQM && BI.OutNeeds != StateExact) in processBlock()693 bool WQMFromExec = isEntry; in processBlock()694 char State = (isEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM; in processBlock()698 if (isEntry) in processBlock()
2380 bool isEntry = CurrentRegion->getEntry() == InnerRegion->getEntry(); in createIfRegion() local2381 if (isEntry) { in createIfRegion()2418 if (isEntry) { in createIfRegion()2422 if (isEntry) { in createIfRegion()
251 case DIEValue::isEntry: in hashAttribute()
299 case DIEValue::isEntry: in hashAttribute()
298 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); in EliminateMostlyEmptyBlock() local301 if (isEntry && BB != &BB->getParent()->getEntryBlock()) in EliminateMostlyEmptyBlock()
644 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); in ProcessBlock() local648 if (isEntry && BB != &BB->getParent()->getEntryBlock()) in ProcessBlock()
354 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); in eliminateFallThrough() local357 if (isEntry && BB != &BB->getParent()->getEntryBlock()) in eliminateFallThrough()510 bool isEntry = SinglePred == &SinglePred->getParent()->getEntryBlock(); in eliminateMostlyEmptyBlock() local513 if (isEntry && BB != &BB->getParent()->getEntryBlock()) in eliminateMostlyEmptyBlock()