Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp433 auto RecordStore = [&](const Value* StoredVal) { in analyzeAllUses() local
467 RecordStore(cast<StoreInst>(I)->getValueOperand()); in analyzeAllUses()
470 RecordStore(cast<AtomicCmpXchgInst>(I)->getNewValOperand()); in analyzeAllUses()
473 RecordStore(cast<AtomicRMWInst>(I)->getValOperand()); in analyzeAllUses()