Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h368 bool isValidCallInst(CallInst &CI, DetectionContext &Context) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp686 bool ScopDetection::isValidCallInst(CallInst &CI, in isValidCallInst() function in ScopDetection
1241 if (isValidCallInst(*CI, Context)) in isValidInstruction()