HomeSort by: relevance | last modified time | path
    Searched refs:SplitBlockAndInsertIfThen (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
GuardUtils.cpp 37 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true);
41 // SplitBlockAndInsertIfThen inserts control flow that branches to
CallPromotionUtils.cpp 299 SplitBlockAndInsertIfThen(Cond, &CB, false, BranchWeights);
LibCallsShrinkWrap.cpp 491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT);
BasicBlockUtils.cpp 1418 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond,
1428 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond,
SimplifyCFG.cpp 3482 auto *T = SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 61 Instruction *LibCallTerm = SplitBlockAndInsertIfThen(
ScalarizeMaskedMemIntrin.cpp 230 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false,
364 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false,
486 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false,
613 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false,
719 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false,
829 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false,
JumpThreading.cpp 2926 Instruction *Term = SplitBlockAndInsertIfThen(Cond, SI, false);
SimpleLoopUnswitch.cpp 2473 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true);
2475 // SplitBlockAndInsertIfThen inserts control flow that branches to
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 436 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
463 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
470 /// SplitBlockAndInsertIfThenElse is similar to SplitBlockAndInsertIfThen,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 772 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, false,
779 SplitBlockAndInsertIfThen(OutOfShortGranuleTagRange, CheckTerm, !Recover,
787 SplitBlockAndInsertIfThen(PtrLowBitsOOB, CheckTerm, false,
797 SplitBlockAndInsertIfThen(InlineTagMismatch, CheckTerm, false,
AddressSanitizer.cpp 1581 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false);
1713 SplitBlockAndInsertIfThen(Cmp, InsertBefore, false);
1757 SplitBlockAndInsertIfThen(TagCheck, InsertBefore, false,
1779 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
1786 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false);
1795 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover);
3324 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false);
3337 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false);
MemProfiler.cpp 437 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false);
SanitizerCoverage.cpp 941 SplitBlockAndInsertIfThen(IRB.CreateIsNull(Load), &*IP, false);
958 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false);
DataFlowSanitizer.cpp 1715 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen(
1969 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen(
2561 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
MemorySanitizer.cpp 1188 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
1262 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAtomicOptimizer.cpp 476 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr);
605 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr);
AMDGPUPrintfRuntimeBinding.cpp 367 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp 482 SplitBlockAndInsertIfThen(Cmp, &RI, /* Unreachable */ true, Weights, DTU);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 807 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false));
WholeProgramDevirt.cpp 1081 SplitBlockAndInsertIfThen(Cond, &CB, /*Unreachable=*/false);

Completed in 186 milliseconds