Home
last modified time | relevance | path

Searched refs:targetBlock (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Transforms/LowerSwitch/
D2004-03-13-SwitchIsDefaultCrash.ll5 %targetBlock = call i16 @solve_code( ) ; <i16> [#uses=1]
12 switch i16 %targetBlock, label %codeReplTail [
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp569 VisitWL(const CFGStmtMap *cbm, const CFGBlock *targetBlock, in pathWasCompletelyAnalyzed() argument
571 : CBM(cbm), TargetBlock(targetBlock), CRA(cra) {} in pathWasCompletelyAnalyzed()
/external/llvm/test/CodeGen/ARM/
D2010-06-21-nondarwin-tc.ll73 …%targetBlock = call i1 @_ZNK4llvm7VarInit12getFieldInitERNS_6RecordEPKNS_9RecordValERKSs_for.cond.…
75 …br i1 %targetBlock, label %for.cond.i.return_crit_edge, label %_ZN4llvm6Record8getValueENS_9String…
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp1409 BasicBlock* targetBlock = targetNode->getBlock(); in splitCritical() local
1411 if(sourceBlock == NULL || targetBlock == NULL in splitCritical()