Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp3780 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldIsSPMDExecMode() local
3836 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldIsSPMDExecMode()
3842 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldIsGenericMainThread() local
3858 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldIsGenericMainThread()
3864 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldParallelLevel() local
3919 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldParallelLevel()
3926 Optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldKernelFnAttribute() local
3952 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldKernelFnAttribute()