Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclOpenMP.h232 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() argument
234 Out = OutE; in setCombinerData()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21914 Expr *OutE = in ActOnOpenMPDeclareReductionCombinerStart() local
21916 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()