Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp303 bool BranchVal = blockIndexInPredecessor(*Pred, Block) == 0; in computeBlockInputState() local
316 BranchVal ? CondVal : &Copy.Env.makeNot(*CondVal); in computeBlockInputState()
319 AC.Analysis.transferBranchTypeErased(BranchVal, Cond, Copy.Lattice, in computeBlockInputState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp793 Value *BranchVal = in UnrollRuntimeLoopRemainder() local
807 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights); in UnrollRuntimeLoopRemainder()