Home
last modified time | relevance | path

Searched refs:RecordStore (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp411 auto RecordStore = [&](const Value* StoredVal) { in analyzeAllUses() local
445 RecordStore(cast<StoreInst>(I)->getValueOperand()); in analyzeAllUses()
448 RecordStore(cast<AtomicCmpXchgInst>(I)->getNewValOperand()); in analyzeAllUses()
451 RecordStore(cast<AtomicRMWInst>(I)->getValOperand()); in analyzeAllUses()