Searched refs:SplitBlockAndInsertIfThenElse (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 484 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 338 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights); in versionCallSite()
|
H A D | LowerMemIntrinsics.cpp | 311 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm, in createMemMoveLoop()
|
H A D | BasicBlockUtils.cpp | 1439 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 401 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel() 532 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 3447 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()
|