Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DSCEVValidator.h28 bool isConstCall(llvm::CallInst *Call);
/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp120 bool polly::isConstCall(llvm::CallInst *Call) { in isConstCall() function in polly
362 if (!isConstCall(Call)) in visitCallInstruction()
484 if (isConstCall(Call)) { in follow()
515 if (Call && isConstCall(Call)) in follow()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1509 if (Call && isConstCall(Call)) { in createParameterId()