Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopBuilder.h508 bool shouldModelInst(Instruction *Inst, Loop *L);
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1931 bool ScopBuilder::shouldModelInst(Instruction *Inst, Loop *L) { in shouldModelInst() function in ScopBuilder
1976 if (shouldModelInst(&Inst, SurroundingLoop)) in buildSequentialBlockStmts()
2109 if (!shouldModelInst(&Inst, L)) in buildEqivClassBlockStmts()
2190 if (shouldModelInst(&Inst, SurroundingLoop)) in buildStmts()