Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp166 static std::vector<Instruction *> getMergeInstructions(BasicBlock &BB) { in getMergeInstructions() function
693 std::vector<Instruction *> MergeInstructions = getMergeInstructions(BB); in splitBlocksWithMultipleHeaders()
705 getMergeInstructions(*Header); in splitBlocksWithMultipleHeaders()
738 if (getMergeInstructions(BB).size() != 0) in addMergeForDivergentBlocks()
792 auto MIS = getMergeInstructions(*BB); in constructDivergentConstruct()
897 auto MergeInstructions = getMergeInstructions(*Node->Header); in fixupConstruct()