Searched refs:InValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c182 UINT32 InValue; local
312 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue);
318 } while (!InValue);
H A Dhwxfsleep.c318 UINT32 InValue; local
367 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue);
373 } while (!InValue);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp670 const Value *InValue = PN->getIncomingValue(i); local
672 if (isNotExclusivelyConstantDerived(InValue)) {
673 if (isValuePoisoned(InValue)) {
679 if (BlockMap[InBB]->AvailableOut.count(InValue))
804 const Value *InValue = PN->getIncomingValue(i); local
806 if (isNotExclusivelyConstantDerived(InValue) &&
807 !InBBS->AvailableOut.count(InValue))
808 reportInvalidUse(*InValue, *PN);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp766 InValuesType InValue; local
790 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i]));
809 insertCHI(InValue, OutValue);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4592 Value *InValue = PHI.getIncomingValue(Idx); local
4593 if (InValue != CaseValue)

Completed in 134 milliseconds