Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp62 unsigned OutE = 2 * MBB.getNumber() + 1; in init() local
65 EC.join(OutE, 2 * Succ->getNumber()); in init()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h231 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() argument
233 Out = OutE; in setCombinerData()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22340 Expr *OutE = in ActOnOpenMPDeclareReductionCombinerStart() local
22342 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()