OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConditional
(Results
1 - 25
of
74
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
FunctionPropertiesAnalysis.cpp
31
if (BI->
isConditional
())
GuardUtils.cpp
64
if (!BI || !BI->
isConditional
())
BranchProbabilityInfo.cpp
456
if (!BI || !BI->
isConditional
())
517
if (!BI || !BI->
isConditional
())
918
if (!BI || !BI->
isConditional
())
1037
if (!BI || !BI->
isConditional
())
LoopNestAnalysis.cpp
84
assert(BI && BI->
isConditional
() &&
LoopInfo.cpp
177
if (BI->
isConditional
())
237
assert(BI && BI->
isConditional
() && "Expecting conditional latch branch");
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAdjustOpt.cpp
180
if (!BI || !BI->
isConditional
())
190
if (!BI || !BI->
isConditional
())
/src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
SimplifyCFG.cpp
146
if (!BI || !BI->
isConditional
())
182
if (!BI || !BI->
isConditional
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
448
if (Term->
isConditional
()) {
480
if (Term->
isConditional
()) {
550
assert(Term->
isConditional
());
960
if (!Br || !Br->
isConditional
())
983
if (!Br || !Br->
isConditional
())
LowerExpectIntrinsic.cpp
191
if (BI && BI->
isConditional
())
MergedLoadStoreMotion.cpp
144
if (!BI || !BI->
isConditional
())
JumpThreading.cpp
247
if (PredBr && PredBr->
isConditional
())
1155
assert(CondBr->
isConditional
() && "Threading on unconditional terminator");
1258
if (!BI || !BI->
isConditional
())
1270
if (!PBI || !PBI->
isConditional
())
2812
if (!CondBr || !CondBr->
isConditional
() || !CondLHS ||
3007
assert(BI->
isConditional
() && "Unconditional branch has 2 successors?");
SimpleLoopUnswitch.cpp
381
assert(BI.
isConditional
() && "Can only unswitch a conditional branch!");
949
if (!BI || BI->
isConditional
())
964
if (!BI->
isConditional
() || isa<Constant>(BI->getCondition()))
978
if (BI->
isConditional
())
1975
assert((SI || (BI && BI->
isConditional
())) &&
2645
if (!BI || !BI->
isConditional
() || isa<Constant>(BI->getCondition()) ||
LoopUnswitch.cpp
583
if (!BInst || !BInst->
isConditional
())
755
if (BI->
isConditional
()) {
1222
if (!BI->
isConditional
())
CallSiteSplitting.cpp
134
if (!BI || !BI->
isConditional
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp
290
if (LI->
isConditional
() != RI->
isConditional
()) {
295
if (LI->
isConditional
()) {
634
if (cast<BranchInst>(LTerm)->
isConditional
()) return;
648
if (cast<BranchInst>(RTerm)->
isConditional
()) return;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp
197
assert(BI && BI->
isConditional
() && "need header with conditional exit");
224
if (!BI || !BI->
isConditional
())
605
assert(PHBI->
isConditional
() && "Should be clone of BI condbr!");
BasicBlockUtils.cpp
1491
if (Pred2Br->
isConditional
()) {
1496
if (Pred1Br->
isConditional
())
1503
if (Pred1Br->
isConditional
()) {
1540
assert(BI->
isConditional
() && "Two successors but not conditional?");
1606
auto Condition = Branch->
isConditional
() ? Branch->getCondition() : nullptr;
FlattenCFG.cpp
174
assert(PBI->
isConditional
());
SimplifyCFG.cpp
399
if (!BI || BI->
isConditional
() || BI->getSuccessor(0) != BB)
718
if (BI->
isConditional
())
739
if (BI->
isConditional
() && BI->getCondition()->hasOneUse())
2792
if (cast<BranchInst>(IfBlock1->getTerminator())->
isConditional
()) {
2806
if (cast<BranchInst>(IfBlock2->getTerminator())->
isConditional
()) {
2880
assert(BI->
isConditional
() && "Must be a conditional branch");
3020
assert(BI && PBI && BI->
isConditional
() && PBI->
isConditional
() &&
3185
if (!BI->
isConditional
())
3671
assert(PBI->
isConditional
() && BI->isConditional())
[
all
...]
CloneFunction.cpp
433
if (BI->
isConditional
()) {
727
if (!BI || BI->
isConditional
()) {
LoopSimplify.cpp
532
if (BI->
isConditional
()) {
644
if (!BI || !BI->
isConditional
()) continue;
LoopUnroll.cpp
399
if (!LatchBI || (LatchBI->
isConditional
() && !LatchIsExiting)) {
849
if (isa<BranchInst>(Term) && cast<BranchInst>(Term)->
isConditional
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanHCFGBuilder.cpp
208
if (Br->
isConditional
())
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h
211
if (BI->
isConditional
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp
663
if (!BI->
isConditional
())
777
CHR_DEBUG(dbgs() << "BI.
isConditional
" << BI->
isConditional
() << "\n");
780
if (BI && BI->
isConditional
()) {
1527
if (isa<BranchInst>(U) && cast<BranchInst>(U)->
isConditional
())
1537
assert(BI->
isConditional
() && "Must be conditional");
Completed in 40 milliseconds
1
2
3
Indexes created Sun Sep 20 00:26:38 UTC 2026