Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopBuilder.h131 Value *findFADAllocationVisible(MemAccInst Inst);
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1388 Value *ScopBuilder::findFADAllocationVisible(MemAccInst Inst) { in findFADAllocationVisible() function in ScopBuilder
2324 else if (Value *FAD = findFADAllocationVisible(MemAccInst)) in addArrayAccess()