Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp721 MCDCConditionID getCondID(const Expr *Cond) const { in getCondID() function
753 setCondID(E->getLHS(), getCondID(E)); in pushAndAssignIDs()
1045 MCDCConditionID ID = MCDCBuilder.getCondID(C); in createBranchRegion()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1585 ConstantInt *getCondID() const { in getCondID() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1036 auto *ShiftedVal = Builder.CreateShl(CondV_32, Update->getCondID()); in lowerMCDCCondBitmapUpdate()