Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4537 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldIsSPMDExecMode() local
4593 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldIsSPMDExecMode()
4599 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldIsGenericMainThread() local
4615 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldIsGenericMainThread()
4621 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldParallelLevel() local
4676 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldParallelLevel()
4683 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldKernelFnAttribute() local
4709 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldKernelFnAttribute()