/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 270 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 326 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 238 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateCancel() 362 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateParallel()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 471 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 274 SplitBlockAndInsertIfThenElse(Cond, CS.getInstruction(), &ThenTerm, &ElseTerm, in versionCallSite()
|
D | LowerMemIntrinsics.cpp | 306 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm, in createMemMoveLoop()
|
D | BasicBlockUtils.cpp | 977 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 147 SplitBlockAndInsertIfThenElse(PtrCompare, ConvertedInst, &ThenTerm, in convertMemMoveToLoop()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 338 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights); in versionCallSite()
|
D | LowerMemIntrinsics.cpp | 402 SplitBlockAndInsertIfThenElse(PtrCompare, InsertBefore, &ThenTerm, in createMemMoveLoop()
|
D | BasicBlockUtils.cpp | 1563 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 334 SplitBlockAndInsertIfThenElse(PtrCmp, Inst, &ThenTerm, &ElseTerm, in createIfThenElse()
|
D | AddressSanitizer.cpp | 2213 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in poisonStack()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 657 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse() function in llvm
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 737 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel() 1495 SplitBlockAndInsertIfThenElse(IfCondition, IfTerminator, &ThenTI, in createTask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 3203 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 3366 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm); in processStaticAllocas()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1564 SplitBlockAndInsertIfThenElse(SI.getCondition(), &I, &ThenTerm, &ElseTerm, in rewriteMemOpOfSelect()
|