Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp882 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB); in CleanupAndPrepareModules() local
883 Value *IsNull = new ICmpInst(*EntryBB, ICmpInst::ICMP_EQ, CachedVal, in CleanupAndPrepareModules()
905 FuncPtr->addIncoming(CachedVal, EntryBB); in CleanupAndPrepareModules()