Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h1457 MemoryAccess *lookupValueReadOf(Value *Inst) const { in lookupValueReadOf() function
1485 assert(!lookupValueReadOf(Val) && "input accesses must be unique; a " in lookupInputAccessOf()
1491 if (auto *InputMA = lookupValueReadOf(Val)) in lookupInputAccessOf()
/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp82 InputMA = UserStmt->lookupValueReadOf(Val); in create()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2582 if (UserStmt->lookupValueReadOf(V)) in ensureValueRead()