Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1452 Value *ShouldStore = Builder.CreateICmpEQ( in expandAtomicCmpXchg() local
1457 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1484 ShouldStore = Builder.CreateICmpEQ(SecondLoadExtract, in expandAtomicCmpXchg()
1489 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1278 auto *ShouldStore = Builder.CreateICmpNE(Masked, ShiftedVal); in lowerMCDCTestVectorBitmapUpdate() local
1283 SplitBlockAndInsertIfThen(ShouldStore, Update, false, Unlikely); in lowerMCDCTestVectorBitmapUpdate()