Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DScopHelper.h439 llvm::Value *getConditionFromTerminator(llvm::Instruction *TI);
/external/llvm-project/polly/lib/Support/
DScopHelper.cpp463 Value *polly::getConditionFromTerminator(Instruction *TI) { in getConditionFromTerminator() function in polly
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp650 Value *Condition = getConditionFromTerminator(TI); in isValidCFG()
DScopBuilder.cpp399 Value *Condition = getConditionFromTerminator(SI); in buildConditionSets()
581 Value *Condition = getConditionFromTerminator(TI); in buildConditionSets()