Searched defs:OuterAllocaIP (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 364 createFakeIntVal(IRBuilder<> & Builder,OpenMPIRBuilder::InsertPointTy OuterAllocaIP,std::stack<Instruction * > & ToBeDeleted,OpenMPIRBuilder::InsertPointTy InnerAllocaIP,const Twine & Name="",bool AsPtr=true) createFakeIntVal() argument 1346 createParallel(const LocationDescription & Loc,InsertPointTy OuterAllocaIP,BodyGenCallbackTy BodyGenCB,PrivatizeCallbackTy PrivCB,FinalizeCallbackTy FiniCB,Value * IfCondition,Value * NumThreads,omp::ProcBindKind ProcBind,bool IsCancellable) createParallel() argument 7831 InsertPointTy OuterAllocaIP(&OuterAllocaBB, OuterAllocaBB.begin()); createTeams() local [all...] |
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 4900 InsertPointTy OuterAllocaIP(&F->getEntryBlock(), TEST_F() local 5141 InsertPointTy OuterAllocaIP(&F->getEntryBlock(), TEST_F() local
|