Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOpcodes.cpp133 static Value *tryReplaceCallWithLoadStore(Oracle &O, Module &M, CallBase *CB) { in tryReplaceCallWithLoadStore() function
246 if (Value *NewOp = tryReplaceCallWithLoadStore(O, M, CB)) in reduceInstruction()