Home
last modified time | relevance | path

Searched defs:Branch (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h32 struct Branch { struct
52 SmallVector<Branch, 2> UninitBranches; argument
H A DThreadSafetyTIL.h1418 Branch(SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
1424 Branch(const Branch &Br, SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp203 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local
247 MachineInstr *Branch = CCUsers[0]; in convertToLoadAndTrap() local
585 MachineInstr *Branch = CCUsers[0]; in fuseCompareOperations() local
H A DSystemZLongBranch.cpp102 MachineInstr *Branch = nullptr; member
407 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
H A DSystemZInstrInfo.h136 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
H A DSystemZInstrInfo.cpp397 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h127 void transferBranchTypeErased(bool Branch, const Stmt *Stmt, in transferBranchTypeErased()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp344 MachineInstr *Branch = in emitElse() local
436 MachineInstr *Branch = in emitLoop() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp236 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp649 UninitUse::Branch Branch; in getUninitUse() local
654 UninitUse::Branch Branch; in getUninitUse() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp312 const CounterMappingRegion *Branch = Map[ID]; in shouldCopyOffTestVectorForTruePath() local
324 const CounterMappingRegion *Branch = Map[ID]; in shouldCopyOffTestVectorForFalsePath() local
718 processBranch(const CounterMappingRegion &Branch) { in processBranch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h142 const MCSymbol *Branch; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h159 Branch, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp829 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); in replaceEntryBlock() local
1828 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitAsyncCoroutine() local
1927 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitRetconCoroutine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp658 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp412 MachineInstr *Branch = in select() local
H A DMipsDelaySlotFiller.cpp557 Iter Branch, in replaceWithCompactBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp425 bool Branch = HexagonMCInstrInfo::getDesc(MCII, ConsumerInst).isBranch(); in checkNewValues() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp450 BranchInst *Branch = BranchInst::Create(IfTrue, IfFalse, Cond); in mutate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp1133 auto Branch = in select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp663 auto Branch = in select() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp797 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB); in EmitBinMul() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h939 using Branch = variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp876 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1938 auto Branch = cast<BranchInst>(BB->getTerminator()); in redirectToHub() local

12