Home
last modified time | relevance | path

Searched refs:getConditionFromTerminator (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h408 llvm::Value *getConditionFromTerminator(llvm::Instruction *TI);
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp417 Value *polly::getConditionFromTerminator(Instruction *TI) { in getConditionFromTerminator() function in polly
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp395 Value *Condition = getConditionFromTerminator(SI); in buildConditionSets()
580 Value *Condition = getConditionFromTerminator(TI); in buildConditionSets()
H A DScopDetection.cpp668 Value *Condition = getConditionFromTerminator(TI); in isValidCFG()