Home
last modified time | relevance | path

Searched defs:getUndefValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp229 function_ref<Value(Type)> getUndefValue, in create()
369 function_ref<Value(Type)> getUndefValue; member in __anoncfa425e90111::EdgeMultiplexer
383 function_ref<Value(Type)> getUndefValue, in EdgeMultiplexer()
521 function_ref<Value(Type)> getUndefValue, in createSingleEntryBlock()
558 function_ref<Value(Type)> getUndefValue, CFGToSCFInterface &interface, in createSingleExitingLatch()
660 function_ref<Value(Type)> getUndefValue, in transformToReduceLoop()
805 function_ref<Value(Type)> getUndefValue, CFGToSCFInterface &interface, in transformCyclesToSCFLoops()
952 function_ref<Value(Type)> getUndefValue, CFGToSCFInterface &interface, in transformToStructuredCFBranches()
1286 auto getUndefValue = [&](Type type) { in transformCFGToSCF() local
/llvm-project/mlir/lib/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.cpp127 Value ControlFlowToSCFTransformation::getUndefValue(Location loc, getUndefValue() function in ControlFlowToSCFTransformation