Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h232 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() argument
234 Out = OutE; in setCombinerData()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19422 Expr *OutE = in ActOnOpenMPDeclareReductionCombinerStart() local
19424 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()