Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp99 static BasicBlock *getDesignatedContinueBlock(Instruction *I) { in getDesignatedContinueBlock() function
125 if (getDesignatedContinueBlock(&I)) in hasLoopMergeInstruction()
180 BasicBlock *MB = getDesignatedContinueBlock(&I); in getContinueBlocks()
710 if (getDesignatedContinueBlock(MergeInstructions[0]) == nullptr) { in splitBlocksWithMultipleHeaders()
803 BasicBlock *Continue = getDesignatedContinueBlock(MI); in constructDivergentConstruct()