Searched defs:Term (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h212 OS << Term << ",\n"; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp72 const Instruction *Term = BB->getTerminator(); local
H A DDivergenceAnalysis.cpp305 void DivergenceAnalysis::propagateBranchDivergence(const Instruction &Term) { argument
[all...]
H A DSyncDependenceAnalysis.cpp358 SyncDependenceAnalysis::join_blocks(const Instruction &Term) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp240 MachineInstr &Term = MBB.back(); local
H A DSIAnnotateControlFlow.cpp210 void SIAnnotateControlFlow::openIf(BranchInst *Term) { argument
220 insertElse(BranchInst *Term) argument
230 handleLoopCondition( Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) argument
258 handleLoop(BranchInst *Term) argument
334 BranchInst *Term = dyn_cast<BranchInst>(BB->getTerminator()); local
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dprompt.h46 FILE *Term; /* sits on top of fd_out */ member in struct:prompt
H A Dccp.h134 void (*Term)(void *); member in struct:ccp_algorithm::__anon16629
145 void (*Term)(void *); member in struct:ccp_algorithm::__anon16630
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp173 auto *Term = findTerminatingInstruction(F.getEntryBlock()); local
H A DLoopUnroll.cpp798 BranchInst *Term = cast<BranchInst>(Latches.back()->getTerminator()); local
830 Instruction *Term = ExitingBlocks[i]->getTerminator(); local
855 BranchInst *Term = dyn_cast<BranchInst>(Latch->getTerminator()); local
[all...]
H A DFunctionComparator.cpp961 const Instruction *Term = BB->getTerminator(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp148 MachineBasicBlock::iterator Term = MBB->getFirstTerminator(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp423 HandleBranch(const Stmt *Cond, const Stmt *Term, const CFGBlock * B, ExplodedNode *Pred) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp369 auto *Term = getTerminator(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp210 static bool isUnconditionalBranch(Instruction *Term) { argument
281 Instruction *Term = BB->getTerminator(); local
H A DLoopSimplifyCFG.cpp515 Instruction *Term = BB->getTerminator(); local
H A DPlaceSafepoints.cpp350 Instruction *Term = Pred->getTerminator(); local
H A DCorrelatedValuePropagation.cpp888 Instruction *Term = BB->getTerminator(); local
H A DLoopPredication.cpp989 auto *Term = Pred->getTerminator(); local
H A DStructurizeCFG.cpp431 BranchInst *Term = cast<BranchInst>(BB->getTerminator()); local
440 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, argument
467 BranchInst *Term = cast<BranchInst>(P->getTerminator()); local
671 Instruction *Term = BB->getTerminator(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp137 auto Term = BB.getTerminator(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp391 Instruction* Term = BB->getTerminator(); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp515 const Instruction *Term = ExitBB->getTerminator(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp636 const Stmt *Term = Block->getTerminatorStmt(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp557 MachineBasicBlock::iterator Term = MBB->getFirstTerminator(); local

Completed in 168 milliseconds

12