Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DEdgeBundles.cpp47 unsigned OutE = 2 * MBB.getNumber() + 1; in runOnMachineFunction() local
50 EC.join(OutE, 2 * Succ->getNumber()); in runOnMachineFunction()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclOpenMP.h232 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() argument
234 Out = OutE; in setCombinerData()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22205 Expr *OutE = in ActOnOpenMPDeclareReductionCombinerStart() local
22207 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()