Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp236 bool insertResult = recordsBeingLaidOut.insert(key).second; in convertRecordDeclType() local
237 (void)insertResult; in convertRecordDeclType()
238 assert(insertResult && "isSafeToCovert() should have caught this."); in convertRecordDeclType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp150 void insertResult(Value *Val, BasicBlock *BB, in insertResult() function in __anon6556ff8c0211::LazyValueInfoCache
484 TheCache.insertResult(e.second, e.first, in solve()
574 TheCache.insertResult(Val, BB, *Res); in solveBlockValue()