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.cpp288 bool BranchVal = blockIndexInPredecessor(*Pred, Block) == 0; in computeBlockInputState() local
301 BranchVal ? CondVal : &Copy.Env.makeNot(*CondVal); in computeBlockInputState()
304 AC.Analysis.transferBranchTypeErased(BranchVal, Cond, Copy.Lattice, in computeBlockInputState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp789 Value *BranchVal = in UnrollRuntimeLoopRemainder() local
803 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights); in UnrollRuntimeLoopRemainder()