Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h32 struct Branch { struct
52 SmallVector<Branch, 2> UninitBranches; argument
H A DThreadSafetyTIL.h1409 Branch(SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
1415 Branch(const Branch &Br, SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp210 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local
254 MachineInstr *Branch = CCUsers[0]; in convertToLoadAndTrap() local
601 MachineInstr *Branch = CCUsers[0]; in fuseCompareOperations() local
H A DSystemZLongBranch.cpp102 MachineInstr *Branch = nullptr; member
391 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
H A DSystemZInstrInfo.h125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
H A DSystemZInstrInfo.cpp379 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.cpp174 void VirtualUnwinder::recordBranchCount(const LBREntry &Branch, in recordBranchCount()
216 const LBREntry &Branch = State.getCurrentLBR(); in unwind() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp330 MachineInstr *Branch = in emitElse() local
409 MachineInstr *Branch = in emitLoop() local
H A DSIInstrInfo.cpp7184 MachineInstr *Branch = &(*TI); in convertNonUniformIfRegion() local
7210 MachineInstr *Branch = &(*TI); in convertNonUniformLoopRegion() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp205 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp656 UninitUse::Branch Branch; in getUninitUse() local
661 UninitUse::Branch Branch; in getUninitUse() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp321 for (const auto &Branch : Graph.ConditionalBranchNodes) { in indirectCFOperandClobber() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp425 bool Branch = HexagonMCInstrInfo::getDesc(MCII, I).isBranch(); in checkNewValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h156 Branch, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp412 MachineInstr *Branch = in select() local
H A DMipsDelaySlotFiller.cpp560 Iter Branch, in replaceWithCompactBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp657 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp725 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); in replaceEntryBlock() local
1585 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitAsyncCoroutine() local
1686 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitRetconCoroutine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp1151 auto Branch = in select() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp729 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB); in EmitBinMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1605 auto Branch = cast<BranchInst>(BB->getTerminator()); in redirectToHub() local
H A DSimplifyCFG.cpp5092 BranchInst *Branch = dyn_cast<BranchInst>(BB->getTerminator()); in FindPHIForConditionForwarding() local
6428 bool SimplifyCFGOpt::simplifyBranch(BranchInst *Branch, IRBuilder<> &Builder) { in simplifyBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h941 using Branch = variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp891 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2962 LLVMBool LLVMIsConditional(LLVMValueRef Branch) { in LLVMIsConditional()
2966 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition()
2970 void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond) { in LLVMSetCondition()

12