Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp433 static Value getPHISourceValue(Block *current, Block *pred, in getPHISourceValue() function
505 phiNode.addIncoming(state.lookupValue(getPHISourceValue( in connectPHINodes()